Selaa lähdekoodia

Disabling presence intents

main
Rocketsoup 1 kuukausi sitten
vanhempi
commit
09847140bc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      rocketbot/bot.py

+ 1
- 1
rocketbot/bot.py Näytä tiedosto

@@ -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…
Peruuta
Tallenna