Prerequisites:
- set up bot application in the discord console
- add bot to your server doc reference
Each command is kept in the src/commands
directory.
- Copy environment variables template using the
cp .env.template .env
command - Fill in missing variables
- Start bot with the
npm start