diff --git a/src/features/faq/feature.ts b/src/features/faq/feature.ts index 8214996..b7fe908 100644 --- a/src/features/faq/feature.ts +++ b/src/features/faq/feature.ts @@ -73,7 +73,7 @@ export class Feature { type: ApplicationCommandOptionType.String, }) question: string, @SlashOption({ - name: 'question', + name: 'answer', description: 'The answer', required: true, type: ApplicationCommandOptionType.String,