From cc1d4bebb8d7d1f6afc4587acaab03165a5b4424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hor=C3=A1=C4=8Dek?= Date: Sun, 12 Apr 2020 11:31:52 +0200 Subject: [PATCH] change volume to moderator --- commands/volume.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/volume.js b/commands/volume.js index c0f8d47..5b4748a 100644 --- a/commands/volume.js +++ b/commands/volume.js @@ -2,7 +2,7 @@ exports.conf = { enabled: true, guildOnly: true, aliases: [], - permLevel: 'User', + permLevel: 'Moderator', requiredPerms: ['vol'], cooldown: 2000 }