other-js-ts

4043 threads · Page 2 of 81

Music System Soruce 3 messages
chilly crow i'm looking for reliable soruce for my music system, if anyone do know, please let me know
guild tag event 21 messages
chilly crow ,
Giveaways 29 messages
chilly crow well i was just wondering how populor bots do handle giveaways ending
DataBase Latency Issue 85 messages
chilly crow my api latency is 100ms but database api latency is literally going like even 63100ms+ or sometime fast
Is this really a Discord.js problem? 22 messages
opal salmon So, I used BotGhost to build my public bot, and I started noticing that it did behave incorrectly when a message got del...
Cannot get commands collection to initialise properly when extending the client class 1 messages
1081589253575823411
Does the reloading commands section work for Windows 11 14 messages
dense copper considering there's this message on the website ```ESM does not support require and clearing import cache. You can use h...
fs 14 messages
brazen horizon Hi, does anyone know how to avoid replacing the existing content and simply add new content using fs? I've tried that, b...
1081589071526240296
Tiktok API 86 messages
chilly crow tiktok not sending webhook event or maybe i'm doing wrong
help 5 messages
gray bobcat msg
How do I remove all components from a webhook? 3 messages
oblique yacht I have sent a webhook that has a bunch of components, and I need to remove them. Sending ```ts const z = await f...
1081589253575823411
cron schedule sometimes not firing 102 messages
slender geode I sometimes have this issue that a cron schedule doesnt fire/schedule. Does anyone have a better understanding of cron s...
1081589071526240296
vscode sends pc into reboot 21 messages
supple creek whenever i am using vscode there is a chance my laptop's screen suddenly goes black and the device reboots shortly after...
Slicing search results into embed 69 messages
gritty isle How do i slice embeds properly? For example i have some search results (for example a string[]) and i need to fit them i...
1081589071526240296
Discord: What is a modal file upload component attachment's lifetime? 17 messages
unique lodge The docs describe it as an ephemeral attachment. On another doc page they describe that epheemral attachments will be gu...
1081589071526240296 1081589253575823411
NVM 4 messages
1081589071526240296
best library to create images with user avatar, text etc. ( not canvacord )? 42 messages
dim osprey to create rank cards etc? Easiest one?
1081589071526240296
Optimising Mongoose 9 messages
scarlet pier I run a bot in my server that has a record of around 50,000~ mod logs, when running a command that queries these logs or...
1081589071526240296 1081590299358412983
pm2 memorizing command line args 12 messages
supple creek Let's say i started my pm2 bot process with `--deploy` arg to deploy commands to discord. Then i made some changes to co...
1081589071526240296
Building project with tsup 30 messages
lethal plover Hey, I am creating a bot using typescript, but when building it to JS with tsup, I've got some issues. I have a functio...
1081589071526240296 1081589253575823411
SMTP 2 messages
karmic widget hey, on free scout we are getting this error `Send error. Swift_Transport_AbstractSmtpTransport::start(); Last Command:...
1081589071526240296
Not djs, just discord question 3 messages
hazy rock In docs I've read that grant_type should be `refresh_token`, but it isn't works I'm sure that `refresh_token` is valid, ...
1081589071526240296
Im not sure what to do 9 messages
quick tinsel ```js const sequelize = new Sequelize('database', 'username', 'password', { host: 'localhost', dialect: 'sqlite'...
1081590299358412983
Discord Chat NPM Package 2 messages
Database Design SQL 4 messages
digital bloom Hi guys, I’m kind of stuck in a situation where things work, but it’s kinda complex because of a hybrid approach (explai...
1081589071526240296 1081589253575823411 1081590299358412983
MongoDB 4 messages
novel crescent Is there a way to use mongoDB with Map()?
1081590299358412983
Improving error debugging 13 messages
analog tree As you can see in the screenshot, I have an interaction handler that runs the various handlers of my slash commands, lik...
1081589071526240296
Looking for 2 messages
mighty rock I am looking for.... https://docs.google.com/document/d/1CfiASP3sWOIn3dX-Eq7E6I2iUsDyqiIjFS5l_4QkoI8/edit?tab=t.eoz0m3nv...
Transcript html viewer 8 messages
crystal hedge The HTML transcript viewer `mahto.id/chat-exporter` has been offline for a while now; are there any alternatives to this...
1081589071526240296
Deferred callback not updating 398 messages
south prism I wanna do this: Defer > Do something > edit original callback to a message However, it only defers, doesn't edit later...
1081589071526240296 1081589253575823411
Importing another function breaks my function 11 messages
slender geode Hello. I have a weird issue where i import another function to use in my function i get an error saying that the functio...
1081589071526240296
Looking For UI Feedback 2 messages
Looking for UI feedback 105 messages
buoyant robin Working on an app and I want to know if everything looks alright (mostly colors because they look very different on my p...
Deleting messages of yourself on Discord throughout everywhere (DMs and Servers) 8 messages
opaque burrow Hey everyone, so a pretty nasty doxxing incident happened and I need to clear my DMs from people in a server X and messa...
1081589071526240296 1081590299358412983
DiscordTS template 2 messages
pseudo adder Hello, I am sharing my discord.js template in TypeScript here, which currently features automatic management of command ...
1081589071526240296 1081589253575823411
Sequelize + Postgresql bad left join 5 messages
hard ridge i have this query with sequelize + postgresql: ```ts const save = await Save.findOne({ where: { id }, include:...
1081589253575823411 1081590299358412983
*bangs head on wall* Why isnt it printing where i want?? 27 messages
maiden lotus basically what titles says im struggling to get the number seen in DEBUG to be next to "won" i have also asked for advic...
1081589071526240296
Webhook events handler with Hono not working 7 messages
south prism Somehow, when I try to configure my endpoint from the DDevs dashboard, it only works if no event types are selected/the ...
1081589071526240296 1081589253575823411
Puppeteer full page 10 messages
karmic widget When i try to take full screenshot, it only takes ss of the viewport. ```js const puppeteer = require("puppeteer-extra")...
1081589071526240296
i need help 5 messages
cinder wind When i try to deploy the commands this happened: throw this.error; ^ ExpectedConstraintError: Invalid string forma...
1081589071526240296
Really weird issue with image processing library 9 messages
feral mason So i'm making this bot with discord.js and Jimp that replaces the green and blue parts of an image with a specific user'...
Typescript Error 17 messages
cinder wind TypeError: Cannot read properties of undefined (reading 'getString') at Object.execute (C:\Users\timpu\OneDrive\Dev ...
1081589253575823411
how do i differentiate classes and functions? 26 messages
normal storm :>
Reference Error 9 messages
cinder wind Hello, i tried to deploy commands and a reference error pops out for no reason. PS C:\Users\timpu\OneDrive\Desktop\Nova...
1081589071526240296
error 7 messages
cinder wind when i go in the terminal and put node deploy-commands.js in the terminal, shows an error ```node:fs:1583 const resul...
1081589071526240296
SyntaxError: Identifier 'fs' has already been declared 10 messages
cinder wind when i try to deploy the commands, it shows me an syntax error.
1081589071526240296
Reminder library 15 messages
fallow osprey Are they any library i could use for reminder example let’s say i save in mongo database a reminder for in 4 days and th...
1081589071526240296 1081589253575823411
TypeError: Cannot read properties of null (reading 'setPresence' 12 messages
cinder wind when i try to set a custom status for a discord bot, it gave me an error, i tried this 4 times it didn't work, ```const...
1081589253575823411
command gives undefined 134 messages
next geyser command gives undefined, but need client.commands...
1081589253575823411
how can i do command categories? 2 messages
1081589253575823411