diff --git a/src/commands/mod/purge.ts b/src/commands/mod/purge.ts index c5fe2fb..ff69079 100644 --- a/src/commands/mod/purge.ts +++ b/src/commands/mod/purge.ts @@ -102,7 +102,7 @@ const callback = async (interaction: CommandInteraction): Promise => { try { component = m.awaitMessageComponent({ filter: (i) => - i.user.id === interaction.user.id && i.channel!.id === interaction.channel!.id && i.id === m.id, + i.user.id === interaction.user.id && i.channel!.id === interaction.channel!.id, time: 300000 }); } catch (e) {