Invite here
- Install
gcc
- Clone this repository
- Make sure you have rust installed (If not go here to install)
cd
into repository- Create a
config.json
in the root of the repository
{
"token": "<YOUR BOT TOKEN HERE>",
"prefix": "<YOUR DESIRED PREFIX>",
"shards": 1 // <- This could be any number [REMOVE THIS COMMENT]
}
- Run
./start.sh
- You're done!