Skip to content

Commit

Permalink
order change
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsundso committed Oct 29, 2023
1 parent a343eae commit a2dcb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Events/readyEvents/startupTasks/SlashCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1615,8 +1615,8 @@ const clear = new Discord.SlashCommandBuilder()
new Discord.SlashCommandSubcommandBuilder()
.setName('user')
.setDescription('Clear Messages that are sent by a User')
.addUserOption(User)
.addIntegerOption(Amount),
.addIntegerOption(Amount)
.addUserOption(User),
)
.addSubcommand(
new Discord.SlashCommandSubcommandBuilder()
Expand Down

0 comments on commit a2dcb2d

Please sign in to comment.