Char
Char
Explore posts from servers
DDeno
Created by Char on 12/15/2024 in #help
Linux Zip Compression From CLI
No description
6 replies
PDProgram Dream
Created by Char on 12/12/2024 in #📦┃project-showcase
BLITZ
BLITZ ALPHA Hi, I’m Char, and I’ve been working on an exciting project called Blitz. Blitz is designed to simplify Discord bot development and provide a seamless, user-friendly experience for creating and managing bots. Think of Blitz as a package manager for Discord bots. With Blitz, users can create their own plugins, share them on our registry, and let others easily download and configure those plugins for their bots. We’re looking for talented developers experienced in JavaScript (JS) and TypeScript (TS) to help create some of the very first plugins for Blitz. Whether it’s Economy, Fun, Leveling, or any other type of plugin, we’re open to your creativity and ideas! If this sounds interesting to you, please don’t hesitate to reach out for more information. Let’s build something amazing together!
1 replies
DIAdiscord.js - Imagine an app
Created by Char on 11/29/2024 in #djs-questions
All Intents
Where can i find all the Intent flags?
7 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