Add return to only run command once

This commit is contained in:
2022-01-11 10:33:12 -05:00
parent d4fc69cd50
commit 140515f19b

View File

@ -99,6 +99,7 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) {
log.LogInfo("%+v tried to run an admin command (%+v) but isn't an admin.", m.Author.Username, keyword) log.LogInfo("%+v tried to run an admin command (%+v) but isn't an admin.", m.Author.Username, keyword)
} }
} }
return
} }
} }
} }