From b56b44f2d475aa036996f86cd56e74c23902f8fa Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 3 May 2021 17:22:55 -0400 Subject: [PATCH] Fix lint for real --- commands/edit-number/math.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {