remove note quota

This commit is contained in:
Hri7566 2023-01-14 23:42:34 -05:00
parent 491624e492
commit 183f2016c6
1 changed files with 3 additions and 3 deletions

View File

@ -177,9 +177,9 @@ module.exports = (cl) => {
if (!msg.hasOwnProperty('t') || !msg.hasOwnProperty('n')) return; if (!msg.hasOwnProperty('t') || !msg.hasOwnProperty('n')) return;
if (typeof msg.t != 'number' || typeof msg.n != 'object') return; if (typeof msg.t != 'number' || typeof msg.n != 'object') return;
if (cl.quotas.note && !admin) { // if (cl.quotas.note && !admin) {
if (!cl.quotas.note.attempt()) return; // if (!cl.quotas.note.attempt()) return;
} // }
if (cl.channel.settings.crownsolo) { if (cl.channel.settings.crownsolo) {
if ((cl.channel.crown.userId == cl.user._id) && !cl.channel.crowndropped) { if ((cl.channel.crown.userId == cl.user._id) && !cl.channel.crowndropped) {