feat: show custom prefix in bot status

This commit is contained in:
spiral 2021-11-27 11:08:28 -05:00
parent 3b14d0b0d8
commit 997458c9dc
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

@ -258,7 +258,7 @@ public class Bot
{ {
new Activity 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, Type = ActivityType.Game,
Url = "https://pluralkit.me/" Url = "https://pluralkit.me/"
} }