Skip to content

Commit

Permalink
Whoops, I forgot the original "+pay" too
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 11, 2024
1 parent 4db013a commit fd14bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ object AdminUtils {
context.loritta,
input,
context.mentions.users,
context.guild,
context.guildOrNull,
extractUserViaEffectiveName = shouldUseExtensiveMatching,
extractUserViaUsername = shouldUseExtensiveMatching
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class SonhosCommand(private val loritta: LorittaBot) : SlashCommandDeclarationWr

subcommand(PAY_I18N_PREFIX.Label, PAY_I18N_PREFIX.Description, UUID.fromString("5cd60131-5e1b-407e-8f73-b20a7370a504")) {
this.alternativeLegacyAbsoluteCommandPaths.apply {
add("pay")
add("pagar")
}
executor = SonhosPayExecutor(loritta)
Expand Down

0 comments on commit fd14bfc

Please sign in to comment.