Skip to content

Commit

Permalink
add rules to rejection message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhappyma authored Aug 25, 2024
1 parent 3021777 commit d68ac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/reject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bot.registerModal(/order:(\d+):reject:modal/, async (interaction) => {
order.guildId,
order.channelId,
order.statusMessageId,
`Your order has been rejected by the kitchen\n${reason}`
`Your order has been rejected by the kitchen\n${reason}\nplease review the order rules: https://discord.kitchen/rules`
);
const orderRejectionEmbed = new EmbedBuilder()
.setTitle(`Order from **${order.customerUsername}**`)
Expand Down

0 comments on commit d68ac21

Please sign in to comment.