It's a template for discord bot
Advantages:
- It's a template...
- Handler's
- DJS 14
- MongoDB
{
"BOT_TOKEN": "Enter_discord_bot_token",
"DEV_ID": "Enter_your_discord_id",
"DATABASE_URL": "Enter_mongoDB_database_url",
"DEBUG_EVENT": false
}
The bot token can be copied in the Bot section of your application
node .
Installation pm2
npm install --global pm2pm2 start . --name "Code 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.