From 997458c9dc72f7bb8574651279a14bf23ee2476e Mon Sep 17 00:00:00 2001 From: spiral Date: Sat, 27 Nov 2021 11:08:28 -0500 Subject: [PATCH] feat: show custom prefix in bot status --- PluralKit.Bot/Bot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/Bot.cs b/PluralKit.Bot/Bot.cs index b0a35571..aed1abac 100644 --- a/PluralKit.Bot/Bot.cs +++ b/PluralKit.Bot/Bot.cs @@ -258,7 +258,7 @@ public class Bot { new Activity { - Name = $"pk;help | in {totalGuilds:N0} servers | shard #{shard.ShardId}", + Name = $"{(_config.Prefixes ?? BotConfig.DefaultPrefixes)[0]}help | in {totalGuilds:N0} servers | shard #{shard.ShardId}", Type = ActivityType.Game, Url = "https://pluralkit.me/" }