Nods and Nod Accessories.
Go to file
= 5dc2a1ab53 sanitizing inputs and creating embeds 2021-07-06 17:37:29 -04:00
commands sanitizing inputs and creating embeds 2021-07-06 17:37:29 -04:00
gifs add ability to save gifs in chat 2021-06-27 23:20:21 -04:00
.gitignore Broken 2021-06-28 15:29:35 -04:00
README.md sanitizing inputs and creating embeds 2021-07-06 17:37:29 -04:00
config.json updating valid commands 2021-07-06 17:37:04 -04:00
functions.js sanitizing inputs and creating embeds 2021-07-06 17:37:29 -04:00
index.js More command conversions 2021-07-01 18:12:21 -04:00
links.json Final Update Before Refactor 2021-06-27 19:27:51 -04:00
package-lock.json More command conversions 2021-07-01 18:12:21 -04:00
package.json More command conversions 2021-07-01 18:12:21 -04:00

README.md

NodBot

A simple Discord bot created by @voidf1sh#0420 for retreiving gifs, saving copypastas, and more coming soon.

Dependancies

NodBot depends on fs, discord.js, dotenv, and giphy-api.

Features

Dynamic Help Message Ability to save favorite gifs and copypastas

Usage

Search for any gif with search query here.gif Save a favorite gif with /save-gif <gif_name> <gif link> Recall a saved gif with gif_name.gif

Save a favorite copypasta with /save-pasta <pasta_name> <pasta text> Recall a saved copypasta with pasta_name.pasta

To Do

Clean up text input for copypastas, line breaks and apostrophes break the bot. Add ability to reload commands, gifs, pastas, etc without rebooting the bot manually.