mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Fix lint for real
This commit is contained in:
@@ -8,7 +8,7 @@ math.import({
|
|||||||
parse: () => { throw new Error('Function parse is disabled'); },
|
parse: () => { throw new Error('Function parse is disabled'); },
|
||||||
simplify: () => { throw new Error('Function simplify is disabled'); },
|
simplify: () => { throw new Error('Function simplify is disabled'); },
|
||||||
derivative: () => { throw new Error('Function derivative is disabled'); }
|
derivative: () => { throw new Error('Function derivative is disabled'); }
|
||||||
}, { override: true });
|
}, { override: true });
|
||||||
|
|
||||||
module.exports = class MathCommand extends Command {
|
module.exports = class MathCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|||||||
Reference in New Issue
Block a user