diff options
author | 2021-10-05 13:03:14 +0000 | |
---|---|---|
committer | 2021-10-05 13:03:14 +0000 | |
commit | 85c30b572c77adc58f60cc96d42f523547f52820 (patch) | |
tree | 65052ccabcda2839a54efcb89a1abf61449d4906 | |
parent | avatar.url -> display_avatar.url (diff) |
Defcon: ignore create thread perms
-rw-r--r-- | bot/exts/moderation/defcon.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bot/exts/moderation/defcon.py b/bot/exts/moderation/defcon.py index ebd0ab499..f7697b3e8 100644 --- a/bot/exts/moderation/defcon.py +++ b/bot/exts/moderation/defcon.py @@ -188,8 +188,6 @@ class Defcon(Cog): permissions.update( send_messages=False, add_reactions=False, - create_private_threads=False, - create_public_threads=False, send_messages_in_threads=False, connect=False ) @@ -206,8 +204,6 @@ class Defcon(Cog): permissions.update( send_messages=True, add_reactions=True, - create_private_threads=None, - create_public_threads=None, send_messages_in_threads=True, connect=True ) |