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.
|
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
|
||||||
|
@ -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`.
|
||||||
|
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user