From 2dc22baa282e271ea6fd08c006b4c87c52548d2f Mon Sep 17 00:00:00 2001 From: Etzelia Date: Wed, 20 Jan 2021 23:13:30 +0100 Subject: [PATCH] Birbs (#25) Update 'discord/status.go' Reviewed-on: https://git.etztech.xyz/Etzelia/sedbot/pulls/25 Co-Authored-By: Etzelia Co-Committed-By: Etzelia --- discord/status.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/status.go b/discord/status.go index d7d3e73..4b786c6 100644 --- a/discord/status.go +++ b/discord/status.go @@ -32,12 +32,12 @@ func init() { Inline: true, }, { - Name: "Player's Online", + Name: "~~Players~~ Birbs Online", Value: fmt.Sprintf("%d / %d", q.CurrentPlayers, q.MaxPlayers), Inline: true, }, { - Name: "Players", + Name: "~~Players~~ Birbs", Value: strings.Join(q.Players, ", "), }, },