credit v
This commit is contained in:
parent
610aa3f6aa
commit
f3efc95a4a
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ export async function evalCode(_, code: string) {
|
|||
});
|
||||
|
||||
if (d.response === 1) throw "Cancelled by user";
|
||||
|
||||
// lines 12 to 36 shamelessly stolen from codeberg.org/vee/bot
|
||||
const console: any = {
|
||||
_lines: [] as string[],
|
||||
_log(...things: string[]) {
|
||||
|
|
Loading…
Reference in a new issue