Home > Blockchain >  Is it possible to get the list of all members from a discord guild using non-bot token?
Is it possible to get the list of all members from a discord guild using non-bot token?

Time:03-24

Since discord developers added intents system I'm unable to get all members from guild using token of my own account. Is it possible now?

CodePudding user response:

No, you are not able to get all members in a selfbot due to discord trying to stop mass dm bots. (selfbots are agaist discord tos and can get you banned)

  • Related