This commit is contained in:
= 2021-07-24 15:49:38 -04:00
parent 24537c2d12
commit 86502d9085
3 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
A simple Discord bot created by @voidf1sh#0420 for retreiving gifs, saving copypastas, and more coming soon. A simple Discord bot created by @voidf1sh#0420 for retreiving gifs, saving copypastas, and more coming soon.
## Dependencies ## Dependencies
NodBot depends on `fs`, `discord.js`, `dotenv`, `giphy-api`, and `axios`. NodBot depends on `fs`, `discord.js`, `dotenv`, `tenorjs`, `pg`, and `axios`.
## Features ## Features
Dynamic Help Message Dynamic Help Message

View File

@ -1,5 +1,8 @@
# Release Notes # 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 ## v2.1.0
Want to add a phrase to the `.joint` rotation? Try `<phrase>.roll`. Want to add a phrase to the `.joint` rotation? Try `<phrase>.roll`.

View File

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