From d6af5c0a33c097ada377b9d67a80da9b7847fa32 Mon Sep 17 00:00:00 2001 From: oier Date: Sat, 9 Sep 2023 20:51:57 +0200 Subject: [PATCH] discord chat --- simple-discord-bot.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simple-discord-bot.toml b/simple-discord-bot.toml index 15164a1..f1aa0b4 100644 --- a/simple-discord-bot.toml +++ b/simple-discord-bot.toml @@ -50,11 +50,11 @@ #Config relating to the discord channels to use with the mod [channels] #The ID of the channel to post in and relay messages from. This is still needed, even in webhook mode - chatChannelID = 0 + chatChannelID = 1025292808665452586 #If this ID is set, event messages will be posted in this channel instead of the chat channel - eventsChannelID = 0 + eventsChannelID = 1024353263811833928 #If this ID is set, console messages sent after the bot started will be relayed here, and you can execute minecraft commands here - consoleChannelID = 0 + consoleChannelID = 1024353263811833928 #Webhook Config [webhooks]