From 90522a50534c0bec705afa89ecb45f5930386158 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 1 Dec 2015 03:25:48 +0000 Subject: [PATCH] Changed default group permission to: - Read Messages - Send Messages - Embed Links - Read Message History - Connect - Speak - Use Voice Activity --- services/managers/discord_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/managers/discord_manager.py b/services/managers/discord_manager.py index cfccb335..9f5ccaf3 100644 --- a/services/managers/discord_manager.py +++ b/services/managers/discord_manager.py @@ -86,7 +86,7 @@ class DiscordAPIManager: return r.json() @staticmethod - def edit_role(server_id, role_id, name, color=0, hoist=True, permissions=36953089): + def edit_role(server_id, role_id, name, color=0, hoist=True, permissions=36785152): custom_headers = {'content-type':'application/json', 'authorization': DiscordAPIManager.get_auth_token()} data = { 'color': color,