mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
feat: beta bot patches
This commit is contained in:
parent
997458c9dc
commit
99a9ec7928
4 changed files with 32 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue