Rae Discord bot includes music commands. Writed with KCommando JDA.
Rae
| lib/
| Rae.jar
| config.json
| data.dat
Data File -> Mute times are kept here to avoid data loss.
Config File -> Token, owners, cooldown time etc.
A bit complicated.
{
"token": "TOKEN",
"prefix": ".",
"cooldown": 500,
"owners": ["YOUR-ID"],
"yasaklikelimeler": "",
"yasakmesaji": "⛔",
"yasakmesajigonder": false,
"hosgeldinmesaji": "Hoş geldin {{member}}! ",
"hosgeldinmesajigonder": false,
"muterolename": "Muted"
}
git clone https://github.com/koply/Rae/
cd Rae/
mvn install
..
cd target/Rae/
java -jar Rae.jar
After this commands, your Rae build is ready in target/Rae/
For run -> java -jar Rae.jar
You must fill the config.json file.