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); } };