Skip to content

Commit

Permalink
remove fill claim "Claimed!" message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhappyma committed Nov 16, 2024
1 parent a6ef2a1 commit 788ee09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/fill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ bot.registerButton("order:(\\d+):fill", async (interaction) => {
content: `${emojiInline.materialEdit} <@!${interaction.user.id}> claimed order **#${order.id}**`,
allowedMentions: { parse: [] },
});
await interaction.reply({
content: `Claimed!`,
ephemeral: true,
});
const ordersChannel = (await messagesClient.client.channels.fetch(
env.NEW_ORDERS_CHANNEL_ID
)) as TextBasedChannel;
Expand Down

0 comments on commit 788ee09

Please sign in to comment.