Update to main
This commit is contained in:
parent
f84a395e84
commit
3e1524ee8c
@ -33,10 +33,10 @@ $ cd ./Discord-Bot-Python
|
|||||||
YOUR_OWNERS_ID_HERE
|
YOUR_OWNERS_ID_HERE
|
||||||
], // Owners ID here 'can be more than one separated with ','
|
], // Owners ID here 'can be more than one separated with ','
|
||||||
"TOMORROWIO_TOKEN": "WEATHER_API_TOKEN", //http://api.timezonedb.com/v2.1/get-time-zone
|
"TOMORROWIO_TOKEN": "WEATHER_API_TOKEN", //http://api.timezonedb.com/v2.1/get-time-zone
|
||||||
"allowguilds": [GUILD_ID_ALLOWED], //GUILD Allowed to use the bot
|
"allowguilds": "GUILD_ID_ALLOWED", //GUILD Allowed to use the bot
|
||||||
"guildmsgdisable": [GUILD_ID_DISALLOW_MESSAGES], //GUILDS to where the bot should not respond to
|
"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
|
"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
|
"welcome_mention": "ROLE_ID_ON_USER_JOIN" // ROLE_ID that will be mentioned as a member join the server
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user