From 17841a4c0076f3912a6bed6a80d61a0eac69aeca Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Mon, 25 Apr 2022 14:08:22 +0300 Subject: [PATCH] eval --- src/structure/components/commands/developer/Eval.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structure/components/commands/developer/Eval.js b/src/structure/components/commands/developer/Eval.js index 6d28ca9..79eb491 100644 --- a/src/structure/components/commands/developer/Eval.js +++ b/src/structure/components/commands/developer/Eval.js @@ -16,7 +16,7 @@ class EvalCommand extends Command { }); } - async execute(invoker, params) { + async execute(invoker, { parameters: params }) { const args = {}; // Temporary args until I figure out how I want to implement them