Nods and Nod Accessories.
Go to file
= 636aa130a0 Maintenance 2021-07-15 21:53:21 -04:00
commands Add query for filename 2021-07-15 21:41:21 -04:00
gifs fluff 2021-07-09 23:37:56 -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 Maintenance 2021-07-15 21:53:21 -04:00
ReleaseNotes.md Maintenance 2021-07-15 21:53:21 -04:00
config.json Add weather lookup and reflect command in embed 2021-07-13 20:52:54 -04:00
functions.js add basics for stock quotes 2021-07-13 21:55:14 -04:00
index.js Adding comments, removing old crud 2021-07-13 22:38:25 -04:00
package-lock.json Adding weed search stuff 2021-07-13 15:58:02 -04:00
package.json Maintenance 2021-07-15 21:53:21 -04:00

README.md

NodBot

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.

Features

Dynamic Help Message Ability to save favorite gifs and copypastas

Usage

All commands are provided as "file extensions" instead of prefixes to the message.

foo.gif -- Will return the first GIF for 'foo'
foo.savegif -- Will send the first GIF result for 'foo', with Reactions to browse the results and save the GIF
bar foo.savepasta -- Saves a copypasta text ('bar') as 'foo.pasta'
foo.pasta -- If a copypasta by the name of 'foo' is saved, the bot will send it
foo.weather -- Returns the current weather in 'foo', where 'foo' is a city or ZIP code
foobar.spongebob - Returns 'FoObAr' aka SpongeBob text
.joint -- Puff, Puff, Pass.

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. Change savepasta to use a collector and ask for the name or the pasta. Add Stock quotes from Yahoo Finance API Add self-delete if wrongbad'd Move most string literals to config.json or strings.json for ease of editing. Make construction of the data element easier for the createEmbeds functions. Find a Cannabis API for strain information lookup.