Explorar el Código

Disabling presence intents

main
Rocketsoup hace 1 mes
padre
commit
09847140bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      rocketbot/bot.py

+ 1
- 1
rocketbot/bot.py Ver fichero

@@ -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…
Cancelar
Guardar