- m?help - Bot help
- m?medals - Show all medals
- m?medal (medal name) - Show hint how to get medal
- m?author - Bot author
Project requires Node.js and Mongo DB to run.
- Install the dependencies and start bot.
$ npm install
- Create .env file in main folder
TOKEN= (place here your discord bot token)
PREFIX=m?
DB_KEY= (place here your mongodb key)
- Start bot
$ npm start
$ npm run cretedatabase
- Node JS
- Discord.JS
- Mongo DB