mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(stats): typo
This commit is contained in:
parent
c547901e00
commit
971b89e201
1 changed files with 2 additions and 2 deletions
|
|
@ -83,9 +83,9 @@ func update_bot_status() {
|
|||
|
||||
guild_count, _ := get_discord_counts()
|
||||
p := message.NewPrinter(language.English)
|
||||
s := p.Sprintf("%d\n", guild_count)
|
||||
s := p.Sprintf("%d", guild_count)
|
||||
|
||||
cmd := rdb.Set(context.Background(), "discord_botstatus", "in "+s+" servers", 0)
|
||||
cmd := rdb.Set(context.Background(), "pluralkit:botstatus", "in "+s+" servers", 0)
|
||||
if err := cmd.Err(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue