-
== EDIT ==
don't know what intents i need more than presences or members to make it work, but taking defaults intents first made it work ================== In my bot dev dashboard i activated the 2 privileged intents. in my code:
My problem is, in my log i can see this (i hid user and guild id ):
But |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The minimum intents required to make this work are probably: intents = discord.Intents(presences=True, members=True, guilds=True) |
Beta Was this translation helpful? Give feedback.
The minimum intents required to make this work are probably: