other-js-ts

3634 threads · Page 4 of 73

reusable components 26 messages
gray dawn what would be the best way to implement reusable components inside my discord bot? currently, every one of my responses ...
Node.js TypeScript
Crashing out trying to get my packaging to work 2 messages
graceful mist Hi guys, apparently the actual typescript community discord is incredibly dead, so I was hoping I could get some help he...
TypeScript
Guild Tags 19 messages
brave pond How do i give all the members which have a specific guild tag a certain role?
learning git 7 messages
gray dawn ive never really used git ever despite having a github account. so far anytime ive made a discord bot, id develop it loc...
Setting up a monorepo and need help 6 messages
pale quest Continued questions from [here](https://discord.com/channels/222078108977594368/937420598383108167/1399494431534481530)....
Node.js TypeScript
redis typesafety 6 messages
gray dawn hey. im trying to achieve typesafety with the return of redis.get but its returning string | null when it could be a nu...
TypeScript
Socket.io for React Native 2 messages
timid laurel Hello everyone, recently ive been working on a personal project that involves using React Native for the front-end and F...
.ts vs .json in locales 4 messages
gray dawn which one is better for better safety? .ts or .json? im wondering if i should switch to .ts because i can implement some...
TypeScript
Bot and database queries coded with mysql2 7 messages
steel verge I coded my mySQL database with discord.js. After a certain time limit (unsure how long) the connection times out and I'm...
discord bot project 8 messages
gray dawn im going to be starting a new project in which i create a discord bot using discord.js. id like ideas on what it should ...
Node.js TypeScript
drizzle redundancy 6 messages
gray dawn hey guys, so im making a moderation discord bot that uses a neon postgres database and uses the drizzle orm. im declarin...
TypeScript Database
normalizing channel names with unique fonts 15 messages
wispy wadi im running into an issue where i have an autocomplete option for channel names from my database, but the channel names h...
Not sure how to pull info from a database once a month. 16 messages
steel verge alrighty guys. I am stumped on how to use functions (I'm assuming that is what I would use) to post an embed on the 1st ...
supabase auth 3 messages
knotty pecan im looking to find - if user came to my page /confirmed from email confirmation link (sent by supabase) or by just typin...
Database
type intellisense between api handler and frontend 5 messages
digital bloom Guys what are the ways to maintain type safety between what the API returns/accepts and the frontend API calls? I am cu...
Node.js TypeScript
Preventing High RAM Usage 10 messages
cobalt widget I have a code snippet of guildMemberAdd event and I think it is causing very high ram usage, I need suggestions in order...
database 40 messages
blissful sun guyys what would be the best oprion to storeuser sata dor an economiy bot for free? local or outside server? and which o...
Database
Hosting service 16 messages
stoic marsh Hi, I need help. I got github enterprise student pack thing and i need help hosting the bot. Anyone can help me?
Browser
Imagine another framework? 90 messages
pale quest Well, helo there. This has been a project in progress for the past 2 years. While I wasn't intending on making it a fram...
Node.js TypeScript
resolving channels and such 4 messages
gray dawn provided screenshots show logic for a report user command that uses a few functions to grab the guild setting from the d...
TypeScript Database
Real time communication in ticket 5 messages
oak token Hey guys, what's up? I'm creating a bot with a ticket system and I have a question. this bot needs to communicate with...
TypeScript
better components v2 usage 21 messages
gray dawn is there a better and less clunky way of using components v2? the amount of imports i have to do to make a pretty simple...
TypeScript
How to access environment variables in shared packages in a monorepo 12 messages
digital bloom Hi 👋 My pnpm monorepo has apps and packages. The apps can simply read the environment variables at run time, but the ...
Node.js TypeScript Database
Function rest parameter incorrectly assigns to type? (typing) 2 7 messages
light fiber types ```ts type NoPathArg<F extends Func> = Parameters<F> extends [any, ...infer P] ? P : never; type NoPathArgFunc<F...
Function rest parameter incorrectly assigns to type? (typing) 77 messages
light fiber types ```ts type NoPathArg<F extends Func> = Parameters<F> extends [any, ...infer P] ? P : never; type NoPathArgFunc<F...
Node.js TypeScript
Canvas 2 messages
faint thunder Howa can i use canvas.js
Programmer 341 messages
merry vapor Hey guys im a new programmer here . i need an expert programmer friend that can help me for learning. Who can help me ?...
Node.js TypeScript
Advice on monorepo deployment 4 messages
digital bloom I have currently deployed my entire monorepo (multiple express backends, one vite react frontend, and multiple shared pa...
Node.js TypeScript
play-dl issue - url not found 10 messages
warm glade This my player. And this is my error : ```fix 2025-07-12 14:06:23 [CLIENT DISCORD] ✅ Utilisateur 449432156595552257 byp...
Canvas custom font 2 messages
How to download an `Attachment` 21 messages
light fiber I want to download an `Attachment` object (file) i've been told to `fetch()` the `.url` but i dont know what do with the...
Node.js
typesafety with i18next 8 messages
gray dawn anyone know how i can achieve typesafe i18next translation keys? i always have to go between my translation.json and my ...
TypeScript
Structuring a Discord bot - feedback 36 messages
hallow cipher I'm currently in the process of building a Discord bot for a community. I'll admit I know nothing about project structur...
Searching 10 messages
storm dove I don't know why my last message got deleted I didn't got any reason for that. I'm searching for an team to make an ope...
Node.js
Searching for ... 7 messages
storm dove Hello I'm a beginner developer and I want to make a small open-source project on GitHub. It will be a public Discord bot...
Npm start run not working 11 messages
green raptor Why does npm start not work in Windows PowerShell, Git Bash, or the VSCode terminal, but it works in CMD? The package.js...
FIXED: Can't login to dashboard 18 messages
ionic prawn Hi, I have a problem, which cant understand why is happening. So i have discord dashboard which i'm making. For some r...
Node.js
Discord bot database 46 messages
weary cedar Hey , I need some help deciding which database to use for my Discord bot. Most of the popular options have usage limits ...
Node.js Database
Esm and cjs modules 2 messages
pastel blaze Hi, Looking at the discord.js source code, it contains ```js "main": "./src/index.js", "types": "./typings/index....
Node.js
Learning js 86 messages
merry vapor Help me For Learning js
Node.js
whats the difference between await and just running something synchronously? 5 messages
normal storm (i really hope this channel isn't just for support as its under the general category)
Trying to manage a server.jar using JavaScript 11 messages
balmy mason Hello, so I have a old PC that I want to turn into a little Minecraft server. But I want to control it through a Discord...
Node.js
Discord OAuth2 redirect URL cannot be reached via Discord client 21 messages
strong tusk I’m running into a frustrating issue with Discord OAuth2 in my Discord.js bot and would appreciate some advice. What’s ...
me and my friend have to different ui's 10 messages
near forum i told my buddy to open my profile and see the new layout when he did he was streaming at the time when i recognized a c...
formatting sql 2 messages
gray dawn is there a way to format sql strings such as this one that aren't in their own .sql files? for example any extensions or...
TypeScript Database
Type Safety between backend and frontend 18 messages
digital bloom Hello guys 👋 I’m curious as to how to maintain end to end type safety between what type my backend (controller) is ret...
Node.js TypeScript Database
Is this error or any... 27 messages
craggy citrus ``` PS C:\Users\user\project123> node index.js <--- Last few GCs ---> [12824:000001CCA9E71000] 31300 ms: Scavenge (...
Node.js
My type checker doesn't inherit types from interface, but checks for them 27 messages
light fiber Hi my interface looks like this: ```ts interface OptionManagerInterface { get(name: string, required: false): string...
TypeScript
New Bot, Database and also (future) Database size 2 messages
dim crest I'm currently programming my public bot in discord.js and I'm wondering which database I should use / how much memory I ...
Node.js Database
Trying to make an Database but don't know what to use? 9 messages
remote wyvern Currently working with nothing, sqlite3 is deprecated
Database