From 183f2016c6f6c83e358e08ad622e7bcd40e37cbc Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Sat, 14 Jan 2023 23:42:34 -0500 Subject: [PATCH] remove note quota --- src/Message.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Message.js b/src/Message.js index 0d02d79..e1e342d 100644 --- a/src/Message.js +++ b/src/Message.js @@ -177,9 +177,9 @@ module.exports = (cl) => { if (!msg.hasOwnProperty('t') || !msg.hasOwnProperty('n')) return; if (typeof msg.t != 'number' || typeof msg.n != 'object') return; - if (cl.quotas.note && !admin) { - if (!cl.quotas.note.attempt()) return; - } + // if (cl.quotas.note && !admin) { + // if (!cl.quotas.note.attempt()) return; + // } if (cl.channel.settings.crownsolo) { if ((cl.channel.crown.userId == cl.user._id) && !cl.channel.crowndropped) {