Configuration
1. Go to `Structures/`
2. Rename `.env.example` to `.env`
3. Change `.env`# Discord Bot Token BOT_TOKEN = # MongoDB url DATABASE_URL =The bot token can be copied in the Bot section of your application
- Download Node.JS - 16.14.2 or above
node .
Installation pm2
npm install --global pm2pm2 start . --name "CodeM bot" --watchpm2 list - show all process pm2 stop (id) - stopping process pm2 logs (. or id) - show logsmore in
pm2 -h
or this and Google 😉
Please make sure to read the Contributing Guide before sending an issue or making a pull request.