Guild members are not populated anymore, cannot GetUserAsync as it only returns the bot and no one else

This is a result of Discord enforcing intents. Intents allow you to opt-in to certain gateway events. Currently, the GUILD_MEMBERS and GUILD_PRESENCES intents are “privileged intents” and have the following effects: GUILD_MEMBER_[ADD|UPDATE|REMOVE] requires the GUILD_MEMBERS intent to be received PRESENCE_UPDATE requires the GUILD_PRESENCES intent to be received REQUEST_GUILD_MEMBERS requires GUILD_PRESENCES intent to set presences=true requires … Read more