Removed redundant return statement

This commit is contained in:
Eduard Urbach 2018-09-27 16:49:34 +09:00
parent 4156c55b4e
commit b13572edd5

View File

@ -50,6 +50,4 @@ func OnMessageCreate(s *discordgo.Session, msg *discordgo.MessageCreate) {
return
}
}
return
}