fix(bot): correct beta bot channel in error message
This commit is contained in:
parent
9fdb2f36be
commit
8e24b8afc8
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user