Nods and Nod Accessories.
Go to file
= b3b6d28651 New content 2021-07-09 23:25:21 -04:00
commands Initial testing for interactive gif search and save 2021-07-09 23:24:58 -04:00
gifs New content 2021-07-09 23:25:21 -04:00
pastas adding currently saved gifs 2021-07-09 18:01:42 -04:00
.gitignore adding currently saved gifs 2021-07-09 18:01:42 -04:00
Procfile Setting up Heroku 2021-07-09 17:40:32 -04:00
README.md sanitizing inputs and creating embeds 2021-07-06 17:37:29 -04:00
ReleaseNotes.md Adding release notes finally 2021-07-09 23:25:16 -04:00
config.json Adding saved emojis 2021-07-09 23:23:55 -04:00
functions.js Making saveGifs a function instead of command 2021-07-09 23:24:13 -04:00
index.js Forgot parens 2021-07-09 18:07:42 -04:00
links.json Final Update Before Refactor 2021-06-27 19:27:51 -04:00
package-lock.json catch errors with giphy search 2021-07-09 19:00:28 -04:00
package.json catch errors with giphy search 2021-07-09 19:00:28 -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.