mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 21:27:48 +00:00
28 lines
597 B
Plaintext
28 lines
597 B
Plaintext
{
|
|
"token": "",
|
|
"owner_ids": [194545408960102400, 190875175460405249],
|
|
"prefixes": ["ck!"],
|
|
"database": {
|
|
"host": "",
|
|
"port": 3306,
|
|
"user": "",
|
|
"password": "",
|
|
"db": ""
|
|
},
|
|
"lavalink": {
|
|
"host": "",
|
|
"port": 2333,
|
|
"password": "",
|
|
"region": "",
|
|
"name": ""
|
|
},
|
|
"colors": {
|
|
"embed": "7289da"
|
|
},
|
|
"info": {
|
|
"name": "CloudKid Radio",
|
|
"description": "A sample bot description"
|
|
},
|
|
"cogs": ["cogs.owner", "cogs.settings", "cogs.information", "cogs.music"]
|
|
}
|