Nods and Nod Accessories.
.github/workflows | ||
dot-commands | ||
One-Time Scripts | ||
slash-commands | ||
.dockerignore | ||
.DS_Store | ||
.eslintrc.json | ||
.gitignore | ||
config.json | ||
Dockerfile | ||
functions.js | ||
main.js | ||
package.json | ||
README.md | ||
Roadmap.md | ||
strings.json |
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
Sanitize inputs for SQL queries.Done.Move environment variables so they don't get included in the image.- Implement error handling on all actions.
- Ephemeral responses to some/most slash commands.
- Comment the code! Document!
- Check for and create database tables if necessary. Handle errors.