'Is it possible to get the list of all members from a discord guild using non-bot token?
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?
Solution 1:[1]
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)
Solution 2:[2]
Using selfbots is against ToS, but you can use discord.py-self
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | codingwithrage |
| Solution 2 | Vinium |
