diff options
author | ame <[email protected]> | 2024-01-28 11:34:26 -0600 |
---|---|---|
committer | ame <[email protected]> | 2024-01-28 11:34:26 -0600 |
commit | 7d87d2e1c8849e1d22faa024c16aa7d87cb3c1c7 (patch) | |
tree | ed6922ea53ac6abb4da133a79b247bb4ca5f4c4e | |
parent | acb470e404c80453b9e21bd60d5138dd03a4f7c2 (diff) |
smh
-rw-r--r-- | commands/mod/confirm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/mod/confirm.js b/commands/mod/confirm.js index 398138e..a0e6714 100644 --- a/commands/mod/confirm.js +++ b/commands/mod/confirm.js @@ -66,7 +66,7 @@ module.exports = { } async function rec_read(){ - const collectorFilter = i => true || i.user.id != param.message.author.id && !confirms.includes(i.user.id); + const collectorFilter = i => i.user.id != param.message.author.id && !confirms.includes(i.user.id); try { const confirmation = await mess.awaitMessageComponent({ filter: collectorFilter, time: 60000000 }); if(confirmation.customId == "confirm"){ |