Skip to content

Commit b7ad289

Browse files
committed
Removed temporary hard coded intents
1 parent 076c617 commit b7ad289

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyttman/clients/community/discord/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def __init__(self,
6666
guild: int,
6767
*args,
6868
**kwargs):
69-
discord_intents = Intents.all()
70-
discord_intents.message_content = True
7169
try:
7270
discord_intent_flags = kwargs["discord_intent_flags"]
7371
discord_intents = discord.Intents(**discord_intent_flags)

0 commit comments

Comments
 (0)