Nods and Nod Accessories.
.github/workflows | ||
dot-commands | ||
slash-commands | ||
_clear-commands.js | ||
_deploy_global.js | ||
_deploy-commands.js | ||
.dockerignore | ||
.DS_Store | ||
.eslintrc.json | ||
.gitignore | ||
config.json | ||
Dockerfile | ||
functions.js | ||
list-of-commands.txt | ||
main.js | ||
package.json | ||
Procfile | ||
README.md | ||
Roadmap.md | ||
strings.json | ||
testing.txt |
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.