mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +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'); },
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user