JDA send message to specific channel

‮al.www‬utturi.com
JDA send message to specific channel
TextChannel textChannel = event.getGuild().getTextChannelsByName("CHANNEL_NAME",true).get(0);
textChannel.sendMessage("MESSAGE").queue();
Created Time:2017-10-02 12:26:22  Author:lautturi