Discord bot
This bot uses a database. In order to set it up, you should follow this steps:
- Create a mongoDB account
- Add a project inside it and a following cluster
- Choose to connect an application, select node.js and copy the connection string
- Finnally, paste the string as MONGO_PATH value in the .env file (The .env format is specified on .env.template)