
Originally Posted by
oSurge
I’m looking to add this, is it hard to make the bot say rare drops, yells, etc in specific channels? I’m fairly new to coding so any advice would help, I do have a web sever to host the dB on
No, should be as simple as the code below once everything is set up.
Code:
DiscordBot.getInstance().getJda().getTextChannelById(CHANNEL_ID).sendMessage(MESSAGE).queue();
Channel ID can be obtained by doing the command .channel_id in the desired channel once the basic bot has been set up.