we dont need the presence intent
This commit is contained in:
parent
c6a98593d1
commit
5d899c1aa2
|
@ -18,7 +18,7 @@ intents.members = True
|
||||||
intents.guilds = True
|
intents.guilds = True
|
||||||
intents.messages = True
|
intents.messages = True
|
||||||
intents.reactions = True
|
intents.reactions = True
|
||||||
intents.presences = True
|
#intents.presences = True
|
||||||
intents.message_content = True
|
intents.message_content = True
|
||||||
|
|
||||||
# Discord client
|
# Discord client
|
||||||
|
|
Loading…
Reference in a new issue