Skip to content

Commit

Permalink
fix: use correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed May 31, 2023
1 parent ebcc4d4 commit 53e614e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/faq/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 53e614e

Please sign in to comment.