From 21fd56397a6341e5d673550bfde5f2a6ed71af3f Mon Sep 17 00:00:00 2001 From: Derock Date: Tue, 9 Aug 2022 14:55:15 -0400 Subject: [PATCH] ref: update version on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6969bc5..945386c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Discord HTML Transcripts is a node.js module to generate nice looking HTML transcripts. Processes discord markdown like **bold**, *italics*, ~~strikethroughs~~, and more. Nicely formats attachments and embeds. Built in XSS protection, preventing users from inserting html tags. -**This module is designed to work with [discord.js](https://discord.js.org/#/) v13.** +**This module is designed to work with [discord.js](https://discord.js.org/#/) v13 and v14.** HTML Template stolen from [DiscordChatExporter](https://github.com/Tyrrrz/DiscordChatExporter).