Skip to content

Commit

Permalink
Wrong executor
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 22, 2024
1 parent 7daa1f8 commit 5042fd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class LoriToolsCommand(val helper: LorittaHelper) : SlashCommandDeclarationWrapp
}

subcommand("checkdupes", "Verifica pessoas evadindo ban") {
executor = LoriStatusExecutor(helper)
executor = LoriCheckDupesExecutor(helper)
}
}

Expand Down

0 comments on commit 5042fd0

Please sign in to comment.