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