From 467efd462b65da8decf0b5184c24211516d1ac8a Mon Sep 17 00:00:00 2001 From: jtagcat Date: Fri, 24 Dec 2021 00:56:52 +0000 Subject: [PATCH] discord uses ID:{int}, not string as channelname --- How-to-create-your-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-create-your-config.md b/How-to-create-your-config.md index b031b06..a68feb1 100644 --- a/How-to-create-your-config.md +++ b/How-to-create-your-config.md @@ -69,7 +69,7 @@ enable=true [[gateway.inout]] account="discord.mydiscord" -channel="general" +channel="ID:0118999881999" [[gateway.inout]] account="gitter.mygitter"