PNPerson
PNPerson
DDeno
Created by PNPerson on 4/2/2024 in #help
Compiling code breaks it (except on Linux)
error: [ERR_MODULE_NOT_FOUND] Cannot find module "C:\Users\Eris\AppData\Local\Temp\deno-compile-llm-bot.exe\node_modules\localhost\discord-api-types\0.37.61\payloads\v10../common" imported from "C:\Users\Eris\AppData\Local\Temp\deno-compile-llm-bot.exe\node_modules\localhost\discord-api-types\0.37.61\payloads\v10\index.js" compiled with below command repo at https://github.com/Erisfiregamer1/llm-bot deno compile --no-check --allow-all --unstable --target x86_64-pc-windows-msvc --output compiled/llm-bot.exe main.ts
3 replies
DDeno
Created by PNPerson on 2/10/2024 in #help
Running untrusted code, eval-style
I have a project that on occassion I want to be able to execute JS code that I can then quickly get the output of. How is it reccomended I do that
3 replies
DDeno
Created by PNPerson on 6/17/2023 in #help
Using discord.js in Deno?
Apparently Deno supports discord.js now. Awesome. But now I can't make it work. According to debug logs, the Websocket connection is timing out. What could be happening?
18 replies