From 6a062cf87669305707519130a4abb59b7591483b Mon Sep 17 00:00:00 2001 From: ledouxm Date: Thu, 1 Feb 2024 10:55:45 +0100 Subject: [PATCH] fix: command option name --- src/commands/manageSummoners.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })