答案很简单:
TextChannel textChannel = event.getGuild().getTextChannelsByName("CHANNEL_NAME",true).get(0);textChannel.sendMessage("MESSAGE").queue();
答案很简单:
TextChannel textChannel = event.getGuild().getTextChannelsByName("CHANNEL_NAME",true).get(0);textChannel.sendMessage("MESSAGE").queue();