diff --git a/README.md b/README.md index 60d3098..a1291cf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple Discord bot created by @voidf1sh#0420 for retreiving gifs, saving copypastas, and more coming soon. ## Dependencies -NodBot depends on `fs`, `discord.js`, `dotenv`, `giphy-api`, and `axios`. +NodBot depends on `fs`, `discord.js`, `dotenv`, `tenorjs`, `pg`, and `axios`. ## Features Dynamic Help Message diff --git a/ReleaseNotes.md b/ReleaseNotes.md index b2cba6b..c697dfd 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,8 @@ # Release Notes +## v2.2.0 +NodBot no longer stores saved GIFs, Copypastas, and other custom content locally. This means no more discrepancies between versions of the bot! + ## v2.1.0 Want to add a phrase to the `.joint` rotation? Try `.roll`. diff --git a/package.json b/package.json index 832b218..f254065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodbot", - "version": "2.1.0", + "version": "2.2.0", "description": "Nods and Nod Accessories.", "main": "index.js", "dependencies": {