nodbot/ReleaseNotes.md

14 lines
940 B
Markdown
Raw Normal View History

2021-07-10 03:25:16 +00:00
# Release Notes
2021-07-18 19:56:14 +00:00
## v2.1.0
2021-07-20 20:25:29 +00:00
Want to add a phrase to the `.joint` rotation? Try `<phrase>.roll`.
Wondering what GIFs and Copypastas have been saved? Try `.gifs` and `.pastas`, also check out the new help message with `.help`!
2021-07-18 19:56:14 +00:00
NodBot now uses Tenor instead of Giphy for GIF searches!
2021-07-10 03:25:16 +00:00
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.
2021-07-18 19:56:14 +00:00
2021-07-16 14:01:44 +00:00
Generic bug squashing, sanitizing of inputs, setting up some configs for deployment on Heroku.
2021-07-18 19:56:14 +00:00
2021-07-16 14:01:44 +00:00
Updating Copypasta save method to be interactive and give a less complicated command syntax.