Update to main

This commit is contained in:
Die Antwoord 2023-01-23 15:40:55 +02:00
parent f84a395e84
commit 3e1524ee8c
1 changed files with 4 additions and 4 deletions

View File

@ -33,10 +33,10 @@ $ cd ./Discord-Bot-Python
YOUR_OWNERS_ID_HERE
], // Owners ID here 'can be more than one separated with ','
"TOMORROWIO_TOKEN": "WEATHER_API_TOKEN", //http://api.timezonedb.com/v2.1/get-time-zone
"allowguilds": [GUILD_ID_ALLOWED], //GUILD Allowed to use the bot
"guildmsgdisable": [GUILD_ID_DISALLOW_MESSAGES], //GUILDS to where the bot should not respond to
"roles": [JOIN_ROLE_ID], //ROLES that member gain at GUILD_JOIN
"welcome_mention": [ROLE_ID_ON_USER_JOIN] // ROLE_ID that will be mentioned as a member join the server
"allowguilds": "GUILD_ID_ALLOWED", //GUILD Allowed to use the bot
"guildmsgdisable": "GUILD_ID_DISALLOW_MESSAGES", //GUILDS to where the bot should not respond to
"roles": "JOIN_ROLE_ID", //ROLES that member gain at GUILD_JOIN
"welcome_mention": "ROLE_ID_ON_USER_JOIN" // ROLE_ID that will be mentioned as a member join the server
}
```