Skip to content

Commit

Permalink
Fix special override options
Browse files Browse the repository at this point in the history
  • Loading branch information
Delemangi committed Feb 11, 2025
1 parent 4cb9c65 commit 6900559
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/commands/special.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,8 @@ export const data = new SlashCommandBuilder()
command
.setName('override')
.setDescription(commandDescriptions['special override'])
.addUserOption((option) =>
option.setName('user').setDescription('Корисник').setRequired(true),
)
.addStringOption((option) =>
option
.setName('type')
.setDescription('Тип на анкета')
.setRequired(true)
.addChoices(...createCommandChoices(POLL_TYPES)),
option.setName('poll').setDescription('Анкета').setRequired(true),
)
.addStringOption((option) =>
option
Expand Down

0 comments on commit 6900559

Please sign in to comment.