From 73f51e3a2d8a0db04a10962a89888431053867f9 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 18 May 2021 21:41:08 -0400 Subject: [PATCH] Fix --- structures/Command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures/Command.js b/structures/Command.js index 4bc509a7..05d49c9f 100644 --- a/structures/Command.js +++ b/structures/Command.js @@ -26,6 +26,6 @@ module.exports = class XiaoCommand extends Command { Visit to sign-up! `; } - return true; + return super.hasPermission(msg); } };