Update format on listplayers output

This commit is contained in:
Dustin Pianalto 2021-02-24 14:10:55 -09:00
parent b29d7b4dab
commit 4852c42e8d

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