feat: beta bot patches

This commit is contained in:
spiral
2021-11-27 11:09:08 -05:00
parent 997458c9dc
commit 99a9ec7928
4 changed files with 32 additions and 6 deletions

View File

@@ -50,7 +50,9 @@ public class Misc
var invite =
$"https://discord.com/oauth2/authorize?client_id={clientId}&scope=bot%20applications.commands&permissions={(ulong)permissions}";
await ctx.Reply($"{Emojis.Success} Use this link to add PluralKit to your server:\n<{invite}>");
var botName = _botConfig.IsBetaBot ? "PluralKit Beta" : "PluralKit";
await ctx.Reply($"{Emojis.Success} Use this link to add {botName} to your server:\n<{invite}>");
}
public async Task Stats(Context ctx)