mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Set thread related perms in private channels to False
This commit is contained in:
@ -192,6 +192,10 @@ class Permissions(BaseFlags):
|
||||
base.read_messages = True
|
||||
base.send_tts_messages = False
|
||||
base.manage_messages = False
|
||||
base.create_private_threads = False
|
||||
base.create_public_threads = False
|
||||
base.manage_threads = False
|
||||
base.send_messages_in_threads = False
|
||||
return base
|
||||
|
||||
@classmethod
|
||||
|
Reference in New Issue
Block a user