I'm gonna create a new Discord bot with several commands. Just write me if you get any command idea !
/sayhi @username
/addroles @username #role #role
docker compose create
docker compose run bot /bin/sh
npm install discord.js
add ./bot/config.json file with the following content:
{
"token": "your-private-bot-token"
}
```
testDev