feat: show custom prefix in bot status
This commit is contained in:
parent
3b14d0b0d8
commit
997458c9dc
@ -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/"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user