diff --git a/src/commands/manageSummoners.ts b/src/commands/manageSummoners.ts index 61b45c1..0d82915 100644 --- a/src/commands/manageSummoners.ts +++ b/src/commands/manageSummoners.ts @@ -21,7 +21,7 @@ export class ManageSummoner { name: string, @SlashOption({ description: "Tag", - name: "name", + name: "tag", required: false, type: ApplicationCommandOptionType.String, })