Skip to content

Commit

Permalink
change log for setting order status to ORDERED
Browse files Browse the repository at this point in the history
"reset" instead of "created"
  • Loading branch information
mrhappyma committed Jan 15, 2025
1 parent fcb221a commit f75f6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/edit-order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ messagesClient.registerButton(
await sendOrderForFilling(order);
await sendLogMessage(
"materialEdit",
`<@!${userId}> created order **#${id}** for **${order.order}**`,
`<@!${userId}> reset order **#${id}**`,
interaction.user.id
);
await interaction.update({
Expand Down

0 comments on commit f75f6eb

Please sign in to comment.