2023-01-23 07:37:12 -05:00
|
|
|
{
|
|
|
|
"prefix": ",",
|
2023-01-23 07:40:24 -05:00
|
|
|
"token": "BOT_TOKEN",
|
2023-01-23 07:37:12 -05:00
|
|
|
"permissions": "8",
|
|
|
|
"application_id": " ",
|
|
|
|
"webhook": "https://discord.com/api/webhooks/GUILD_ID/WEBHOOK_ID",
|
|
|
|
"sync_commands_globally": true,
|
|
|
|
"owners": [
|
|
|
|
123456789010456789,
|
|
|
|
123456789010456789,
|
|
|
|
123456789010456789
|
|
|
|
],
|
|
|
|
"TOMORROWIO_TOKEN": "WEATHER_API_TOKEN",
|
|
|
|
"allowguilds": [GUILD_ID_ALLOWED],
|
|
|
|
"guildmsgdisable": [GUILD_ID_DISALLOW_MESSAGES],
|
|
|
|
"roles": [JION_ROLE_ID],
|
|
|
|
"welcome_mention": [ROLE_ID_ON_USER_JOIN]
|
|
|
|
}
|