Meta
This commit is contained in:
parent
24537c2d12
commit
86502d9085
@ -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
|
||||
|
@ -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 `<phrase>.roll`.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nodbot",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"description": "Nods and Nod Accessories.",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user