Discord-Bot-Python/config.json

16 lines
466 B
JSON
Raw Permalink Normal View History

2023-01-23 12:37:12 +00:00
{
2023-01-23 12:53:30 +00:00
"prefix": "YOUR_BOT_PREFIX_HERE",
"token": "YOUR_BOT_TOKEN_HERE",
"permissions": "YOUR_BOT_PERMISSIONS_HERE",
"application_id": "YOUR_APPLICATION_ID_HERE ",
2023-01-23 12:37:12 +00:00
"sync_commands_globally": true,
"owners": [
2023-01-23 12:53:30 +00:00
1234567890101112,
9876543211110233
2023-01-23 12:37:12 +00:00
],
"TOMORROWIO_TOKEN": "WEATHER_API_TOKEN",
"allowguilds": [GUILD_ID_ALLOWED],
"guildmsgdisable": [GUILD_ID_DISALLOW_MESSAGES],
2023-01-23 12:53:30 +00:00
"roles": [JOIN_ROLE_ID],
2023-01-23 12:37:12 +00:00
"welcome_mention": [ROLE_ID_ON_USER_JOIN]
}