diff --git a/commands/edit-number/math.js b/commands/edit-number/math.js index 8bcc0c14..e08a37f0 100644 --- a/commands/edit-number/math.js +++ b/commands/edit-number/math.js @@ -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) {