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, ", "), }, },