Discord JDA - Invalid Member List
问题 I am creating a Discord bot and have encountered a strange problem. I need to go through each user on the server and perform a conditional action. But when receiving a list of all Members, it contains only me and the bot itself. public class Bot extends ListenerAdapter { public void onGuildMessageReceived(GuildMessageReceivedEvent Event) { String Message = Event.getMessage().getContentRaw(); if(Message.charAt(0) == Globals.BOT_PREFIX) { String[] Args = Message.split("\\s+"); if(Args[0]