Skip to content

Commit

Permalink
Update order.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhappyma authored Apr 23, 2024
1 parent 0ef2d50 commit b83bba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bot.addGlobalCommand(
.addStringOption((option) =>
option
.setName("order")
.setDescription("What would you like to order?")
.setDescription("What would you like to order? - 1 reasonable item per order :)")
.setRequired(true)
.setMaxLength(241)
) as SlashCommandBuilder,
Expand Down

0 comments on commit b83bba5

Please sign in to comment.