Fix lint for real

This commit is contained in:
Dragon Fire
2021-05-03 17:22:55 -04:00
parent 913eb3e0b9
commit b56b44f2d4
+1 -1
View File
@@ -8,7 +8,7 @@ math.import({
parse: () => { throw new Error('Function parse is disabled'); },
simplify: () => { throw new Error('Function simplify is disabled'); },
derivative: () => { throw new Error('Function derivative is disabled'); }
}, { override: true });
}, { override: true });
module.exports = class MathCommand extends Command {
constructor(client) {