Christopher Glenn chglenn20@gmail.com
An attempt at making a Discord bot to do my bidding. Usually just one-off commands I want to try or someone's feature request. This code is constantly changing and is by no means production-grade.
I (the author) hold no responsibility for and provide no warranty or support for this project. This project as a whole, the "bot" and its underlying code, and any subsequent documentation serve ONLY as reference to my learning experience. By copying, downloading, cloning, or otherwise replicating this project, YOU assume all responsibility for any interactions with the bot or any effects from using the bot.
May include boilerplate from https://discordjs.guide.
- Clone repository to desired location
- Duplicate 'config.json.template' as 'config.json'
- Populate 'config.json' with appropriate values
- Deploy slash commands to your server using
npm run deploy - Start the bot using
npm run start
- Create a
*.jsfile under./commands - Develop command, complete with data and execution instructions
- Deploy command to your server using
npm run deploy
- Add Docker
- Add docs
- Add tests
- Add pretty embeds to replies