Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
meqativ committed Jun 18, 2023
1 parent 249e9d8 commit 19c11ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/eval/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ plugin = {
const silent = args.get("silent")?.value ?? defaults["silent"];
const global = args.get("global")?.value ?? defaults["global"];

const { result, errored, start, end, elapsed } = await evaluate(code, aweight, global, { interaction });
const { result, errored, start, end, elapsed } = await evaluate(code, aweight, global, { interaction, util: { sendMessage, hlp, VARIATION_SELECTOR_69, evaluate } });

const { runs, commandUseSessions } = storage["stats"],
history = settings["history"];
Expand Down

0 comments on commit 19c11ec

Please sign in to comment.