This commit is contained in:
Dragon Fire
2021-05-18 21:41:08 -04:00
parent d89ff86e26
commit 73f51e3a2d
+1 -1
View File
@@ -26,6 +26,6 @@ module.exports = class XiaoCommand extends Command {
Visit <https://www.patreon.com/xiaodiscord> to sign-up!
`;
}
return true;
return super.hasPermission(msg);
}
};