Skip to content

Commit

Permalink
fix: command option name
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Feb 1, 2024
1 parent fd07bab commit 6a062cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/manageSummoners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class ManageSummoner {
name: string,
@SlashOption({
description: "Tag",
name: "name",
name: "tag",
required: false,
type: ApplicationCommandOptionType.String,
})
Expand Down

0 comments on commit 6a062cf

Please sign in to comment.