mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 10:10:12 +00:00
feat: show custom prefix in bot status
This commit is contained in:
parent
3b14d0b0d8
commit
997458c9dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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/"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue