Update format on listplayers output
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
Dustin Pianalto 2021-02-24 14:10:55 -09:00
parent 5a384305b0
commit dddcc8c316

View File

@ -98,6 +98,6 @@ func listplayers(ctx disgoman.Context, server geeksbot.Server) {
}
}
_, _ = ctx.Session.ChannelMessageEdit(ctx.Channel.ID, msg.ID,
fmt.Sprintf("**%s:**\n%s", server.Name, strings.Join(players, "\n")),
fmt.Sprintf("**%s:**%s", server.Name, strings.Join(players, "\n")),
)
}