Skip to content

Commit

Permalink
feat(util): allow edit for eval (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdunkan authored and rojvv committed Aug 23, 2022
1 parent 0017f72 commit d93ea7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/util/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ V8 ${Deno.version.v8}`,
await event.message.reply(
longText(result, "result.txt"),
);
}),
}, { allowEdit: true }),
],
help: fmt`${bold("Introduction")}
Expand Down

0 comments on commit d93ea7b

Please sign in to comment.