Update 'discord/status.go'

Reviewed-on: https://git.etztech.xyz/Etzelia/sedbot/pulls/25
Co-Authored-By: Etzelia <etzelia@noreply.example.org>
Co-Committed-By: Etzelia <etzelia@noreply.example.org>
staff
Etzelia 2021-01-20 23:13:30 +01:00
parent cf674102b1
commit 2dc22baa28
1 changed files with 2 additions and 2 deletions

View File

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