Update format on listplayers output

development v0.0.95
DustyP 5 years ago
parent 5a384305b0
commit dddcc8c316

@ -98,6 +98,6 @@ func listplayers(ctx disgoman.Context, server geeksbot.Server) {
} }
} }
_, _ = ctx.Session.ChannelMessageEdit(ctx.Channel.ID, msg.ID, _, _ = 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")),
) )
} }

Loading…
Cancel
Save