Nods and Nod Accessories.
Go to file
Skylar Grant 9e39d3a9eb Documentation 2022-06-03 10:07:24 -04:00
.github/workflows . 2022-03-05 10:02:39 -05:00
dot-commands oop 2021-09-23 20:08:29 -04:00
slash-commands jenny? 2021-09-22 19:13:54 -04:00
.DS_Store Sanitize inputs 2022-06-01 13:09:16 -04:00
.dockerignore Add dockerfile, disable github actions 2022-03-04 23:29:38 -05:00
.eslintrc.json Initial commit 2021-09-22 12:10:52 -04:00
.gitignore Sanitize inputs 2022-06-01 13:09:16 -04:00
Dockerfile Add dockerfile, disable github actions 2022-03-04 23:29:38 -05:00
Procfile wrong filename 2021-09-22 13:36:51 -04:00
README.md Documentation 2022-06-03 10:07:24 -04:00
Roadmap.md Documentation 2022-06-03 10:07:24 -04:00
_clear-commands.js Moving things from config.json to environment variables= 2022-05-28 17:08:41 -04:00
_deploy-commands.js Moving things from config.json to environment variables= 2022-05-28 17:08:41 -04:00
_deploy_global.js Moving things from config.json to environment variables= 2022-05-28 17:08:41 -04:00
config.json Moving things from config.json to environment variables= 2022-05-28 17:08:41 -04:00
functions.js Fix quotes in SQL queries 2022-06-01 13:40:27 -04:00
list-of-commands.txt v3 to Prod 2021-09-22 13:15:31 -04:00
main.js Moving things from config.json to environment variables= 2022-05-28 17:08:41 -04:00
package.json Force new Node version 2021-09-22 13:43:05 -04:00
strings.json v3 to Prod 2021-09-22 13:15:31 -04:00
testing.txt v3 to Prod 2021-09-22 13:15:31 -04:00

README.md

About Nodbot

Nodbot is a content saving and serving Discord bot. Nodbot is able to search Tenor for GIFs, save custom copypastas, and look up marijuana strain information. Nodbot is in semi-active development by voidf1sh. It's buggy as hell and very shoddily built. Don't use it.

Nodbot Help

Use the /help command to see the bot's help message.

Create Docker Image

docker build --tag=name/nodbot .

Push Docker Image

docker push name/nodbot

Immediate To-Do

  1. Sanitize inputs for SQL queries. Done.
  2. Move environment variables so they don't get included in the image.
  3. Implement error handling on all actions.