Browse Source

Disabling presence intents

main
Rocketsoup 1 month ago
parent
commit
09847140bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      rocketbot/bot.py

+ 1
- 1
rocketbot/bot.py View File

@@ -86,7 +86,7 @@ def __create_bot():
86 86
 	intents.messages = True
87 87
 	intents.message_content = True
88 88
 	intents.members = True
89
-	intents.presences = True
89
+	intents.presences = False
90 90
 	rocketbot = Rocketbot(intents=intents)
91 91
 __create_bot()
92 92
 

Loading…
Cancel
Save