Char
Char
DDeno
Created by Char on 12/15/2024 in #help
Linux Zip Compression From CLI
No description
6 replies
DDeno
Created by Char on 11/25/2024 in #help
Error With Deno Command Installing JSR Packages
const installProcess = new Deno.Command("deno", {
args: ["install", "jsr:@blitz-bots/builder jsr:@blitz-bots/config npm:discord.js"],
stdout: "piped",
stderr: "piped",
});
const installProcess = new Deno.Command("deno", {
args: ["install", "jsr:@blitz-bots/builder jsr:@blitz-bots/config npm:discord.js"],
stdout: "piped",
stderr: "piped",
});
error: jsr:@blitz-bots/builder jsr: was not found.
2 replies
DDeno
Created by Char on 8/11/2023 in #help
Linking to external code
if i want to link to external code, do i have to import it from https://deno.land?
10 replies
DDeno
Created by Char on 7/29/2023 in #help
Discord User Authentication Website
Can anyone help me create a web server that allows users to login to their discord account and then they get redirected back to my website, logged in.
2 replies