Birbs (#25)
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
parent
cf674102b1
commit
2dc22baa28
|
@ -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, ", "),
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue