This commit is contained in:
Erik 2022-04-25 14:08:22 +03:00
parent a3fb059031
commit 17841a4c00
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB

View File

@ -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