Skip to content

Commit

Permalink
Merge pull request #18 from talkincheap/event-fix
Browse files Browse the repository at this point in the history
fix(event): corrected wrong command option type
  • Loading branch information
xmnlz authored Jul 28, 2024
2 parents 2e4c204 + 29e51c1 commit cd13226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/moderator/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export class Command {
description: 'user',
name: 'user',
required: true,
type: ApplicationCommandOptionType.String,
type: ApplicationCommandOptionType.User,
})
member: GuildMember,
ctx: CommandInteraction<'cached'>,
Expand Down

0 comments on commit cd13226

Please sign in to comment.