Closed kram-tm closed 2 years ago
The reason for this is that socket related entities are cached, if you want to get all the users you need to download them from the gateway. One simple way of doing this is setting AlwaysDownloadUsers
to true in your socket config
Works. Thank you!
Guild.Users
only gets users that have sent at least one message while the bot was online. This doesn't seem to be a problem with Discord.Net. Code:I originally wanted to get every user who has the specified role, but I got the same results. Is there an extra step I'm missing or am I just dumb?