16 lines
466 B
JSON
16 lines
466 B
JSON
{
|
|
"prefix": "YOUR_BOT_PREFIX_HERE",
|
|
"token": "YOUR_BOT_TOKEN_HERE",
|
|
"permissions": "YOUR_BOT_PERMISSIONS_HERE",
|
|
"application_id": "YOUR_APPLICATION_ID_HERE ",
|
|
"sync_commands_globally": true,
|
|
"owners": [
|
|
1234567890101112,
|
|
9876543211110233
|
|
],
|
|
"TOMORROWIO_TOKEN": "WEATHER_API_TOKEN",
|
|
"allowguilds": [GUILD_ID_ALLOWED],
|
|
"guildmsgdisable": [GUILD_ID_DISALLOW_MESSAGES],
|
|
"roles": [JOIN_ROLE_ID],
|
|
"welcome_mention": [ROLE_ID_ON_USER_JOIN]
|
|
} |