fix(bot): correct beta bot channel in error message

This commit is contained in:
spiral 2022-11-11 21:36:14 +00:00
parent 9fdb2f36be
commit 8e24b8afc8
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -49,7 +49,7 @@ public class ErrorMessageService
}
var channelInfo = _botConfig.IsBetaBot
? "**#hi-please-break-the-beta-bot** on **[the support server *(click to join)*](https://discord.gg/THvbH59btW)**"
? "**#beta-testing** on **[the support server *(click to join)*](https://discord.gg/THvbH59btW)**"
: "**#bug-reports-and-errors** on **[the support server *(click to join)*](https://discord.gg/PczBt78)**";
var embed = new EmbedBuilder()