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 | b64a1a5652a8a67f48687f9e0bc463feb1856a5c (patch) | |
tree | a7ea3b334802fc7f199db9e749fec1653d7e3ee8 | |
parent | 6b9df1e15b66ed421278c0533c1425198c023d13 (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"){ |