mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(bot): correct beta bot channel in error message
This commit is contained in:
parent
9fdb2f36be
commit
8e24b8afc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue