It's a template for discord bot
Advantages:
- It's a template...
- DJS 14
- Handler's
Rename
config.json.example
toconfig.json
{
"BOT_TOKEN": "Enter_discord_bot_token",
"DEV_ID": "Enter_your_discord_id"
}
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.