From 23b1809a1e52c1a76c6dac23fb5bbbc1cc4a1218 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 9 Jul 2021 23:25:16 -0400 Subject: [PATCH] Adding release notes finally --- ReleaseNotes.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ReleaseNotes.md diff --git a/ReleaseNotes.md b/ReleaseNotes.md new file mode 100644 index 0000000..78b7cb0 --- /dev/null +++ b/ReleaseNotes.md @@ -0,0 +1,9 @@ +# Release Notes + +## To Do +Move most string literals to config.json or strings.json for ease of editing. +Make construction of the `data` element easier for the createEmbeds functions. + +## v2.1 +Changing the method to search for and save GIFs for later reuse. Previously the bot simply sent a message containing the link to a GIF which Discord would display in the chat. However the new code uses Embeds to make the messages look prettier. These Embeds require a *direct* link to the GIF, which isn't very user friendly. Now you can search for a GIF and NodBot will DM you with results for you to browse before choosing the GIF you'd like to save, then name it. +Generic bug squashing, sanitizing of inputs, setting up some configs for deployment on Heroku. \ No newline at end of file