This commit is contained in:
= 2021-07-13 16:25:45 -04:00
parent 85b0eb7c5c
commit 8fc6505f1d
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## 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.
Find a Cannabis API for strain information lookup.
## 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.

View File

@ -1,6 +1,6 @@
{
"name": "nodbot",
"version": "1.0.0",
"version": "2.1.0",
"description": "Nods and Nod Accessories.",
"main": "index.js",
"dependencies": {