diff --git a/native.ts b/native.ts index 1a0bb1c..9ac9d86 100644 --- a/native.ts +++ b/native.ts @@ -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[]) {