Skip to content

Commit

Permalink
order drop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhappyma authored Dec 5, 2024
1 parent 2169748 commit 228e4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/fill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ bot.registerButton("order:(\\d+):drop", async (interaction) => {
.setCustomId(`order:${order.id}:reject`),
]);
const kitchenEmbed = new EmbedBuilder()
.setTitle(`Order from **${interaction.user.username}**`)
.setTitle(`Order from **${order.customerUsername}**`)
.setDescription(order.order)
.setFooter({ text: `Order ID: ${order.id}` });
await sendKitchenMessage(
Expand Down

0 comments on commit 228e4ee

Please sign in to comment.