From 8b16fba69a3759a00830d5a925d012d493ac667b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hor=C3=A1=C4=8Dek?= Date: Sat, 11 Apr 2020 16:40:35 +0200 Subject: [PATCH] guild only play --- commands/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/play.js b/commands/play.js index 0e1be45..d03f80d 100644 --- a/commands/play.js +++ b/commands/play.js @@ -1,6 +1,6 @@ exports.conf = { enabled: true, - guildOnly: false, + guildOnly: true, aliases: [], permLevel: 'User', requiredPerms: [],