Skip to content

Commit

Permalink
fix formatting on showroles
Browse files Browse the repository at this point in the history
  • Loading branch information
quorauk committed Mar 16, 2019
1 parent b9303bc commit 9f555c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/discord/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ Available Roles
for _, role := range roles {
out += "\n!iam " + role
}
out += "```"
_, err = s.MessageChannel(ctx.ChannelID(), out)
if err != nil {
log.Error(err)
Expand Down

0 comments on commit 9f555c9

Please sign in to comment.