From 183c388f004fdb1879a8b92259eee09eec0362f1 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Sat, 27 Jul 2024 04:02:18 -0400 Subject: [PATCH] Make cloop permisision level 1 --- plugins/commands/cloop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/cloop.js b/plugins/commands/cloop.js index 0a78d7c..8e52eba 100644 --- a/plugins/commands/cloop.js +++ b/plugins/commands/cloop.js @@ -84,5 +84,5 @@ module.exports={ } }, consoleIndex: true, - level: 0 + level: 1 }