Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Removed redundant return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
akyoto committed Sep 27, 2018
1 parent 4156c55 commit b13572e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bots/discord/OnMessageCreate.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,4 @@ func OnMessageCreate(s *discordgo.Session, msg *discordgo.MessageCreate) {
return
}
}

return
}

0 comments on commit b13572e

Please sign in to comment.