Przeglądaj źródła

Disabling presence intents

main
Rocketsoup 1 miesiąc temu
rodzic
commit
09847140bc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      rocketbot/bot.py

+ 1
- 1
rocketbot/bot.py Wyświetl plik

@@ -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
 

Ładowanie…
Anuluj
Zapisz