Skip to content

Commit

Permalink
update self-deliver error message
Browse files Browse the repository at this point in the history
we are pro-silly
  • Loading branch information
mrhappyma committed Sep 19, 2024
1 parent cddfda9 commit c383064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/deliver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ bot.registerButton(/order:(\d+):deliver/, async (interaction) => {
});
if (orderP.customerId == interaction.user.id) {
return interaction.followUp({
content: "this is your order! you can't deliver it, that's silly",
content: "you ordered this! who are you gonna deliver to, yourself?",
ephemeral: true,
});
}
Expand Down

0 comments on commit c383064

Please sign in to comment.