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