diff --git a/src/buttonEvents/Trade.ts b/src/buttonEvents/Trade.ts index c425fb3..a301a3b 100644 --- a/src/buttonEvents/Trade.ts +++ b/src/buttonEvents/Trade.ts @@ -40,10 +40,10 @@ export default class Trade extends ButtonEvent { return; } -// if (interaction.user.id !== user2UserId) { -// await interaction.reply("You are not the user who the trade is intended for"); -// return; -// } + if (interaction.user.id !== user2UserId) { + await interaction.reply("You are not the user who the trade is intended for"); + return; + } const user1Item = CoreClient.Cards .flatMap(x => x.cards)