diff --git a/readme.md b/readme.md index 9bf2da4..0ab487b 100644 --- a/readme.md +++ b/readme.md @@ -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 } ```