other-js-ts

4043 threads · Page 19 of 81

What are some recommended modules for scheduling tasks? 1 messages
strong girder I'm looking for lightweight modules for scheduling tasks
1081589071526240296
for loop not being activated 15 messages
short trench Code: ```js const mongoClient = new MongoClient(databaseToken); const testDB = mongoClient.db("test"); const war...
1081589071526240296 1081590299358412983
Canvas font error 13 messages
sturdy sierra (process:18924): Pango-WARNING **: 13:30:41.873: couldn't load font "Historic Not-Rotated 30px", falling back to "Sans N...
Issues with returning 16 messages
gilded charm I am having an issue returning data from a table sent from a API ```js const weatherData = axios.get(`API`) .the...
1081589071526240296
Handling network errors 4 messages
deft sonnet How do i handle this network error? It happens when my router restarts and there's no internet for a bit but it's strang...
1081589071526240296 1081589253575823411
Discord escape masked urls? 8 messages
gaunt hemlock This is just a discord markdown question but figured i'd ask here because I cant figure it out Im trying to escape someo...
InteractionAlreadyReplied 13 messages
pallid fulcrum part of the code 1134 ```js else if (interaction.options.getSubcommand() == 'lista') { *it 1134* await inter...
1081589071526240296
mongodb limits 7 messages
opaque skiff hi, do you know what is the rate limit of a free plan of mongodb? because I want use MongoDB Atlas for invites tracker b...
Can't add new command when connection is in closed state 2 messages
quartz anchor A function that calls to my db ```const { getPool } = require('../connect.js'); async function checkIfCountingChannelWi...
1081589071526240296 1081590299358412983
Probelm while starting 3 messages
proven stratus i had this error while starting the code below, `const fs = require("node:fs") const path = require ("node:path"); co...
Best crypto price library? 3 messages
fallow grail What is the best library where I can see crypto prices for discord bot?
1081589071526240296
Can someone help me to mention a role in a embed message 34 messages
last knot Why my role "@Krieger" is normaly red but it's white. Can someone help me? ```js .addFields( { name: '...
1081589071526240296
mongodb limits 14 messages
opaque skiff hi, I want use mongodb for a my project but I don't know the limits of storage, because I need to use the database for a...
1081590299358412983
How to proxy my Next.JS app through MITMProxy? 2 messages
heady adder Hi everyone, My Next-Auth app is throwing me a "The requested scope is invalid, unknown, or malformed." error so I wan...
1081589071526240296 1081589253575823411
exported cache doesn't update in other module 19 messages
onyx bear in my presenceUpdate event module I have a global cache, used to store presence data. then I have a command which is sup...
1081589071526240296
TokenError: Invalid "code" in request. 2 messages
grand dust I'm trying to make a login screen with discord authentication, but I get this error, do you know how to resolve it? err...
1081589071526240296 1081590447216017570
Redis Connection Issue 4 messages
bold kiln ```ts import { Redis } from "ioredis"; class Cache extends Redis { constructor() { super({ port: 18635, ...
1081589253575823411 1081590299358412983
how do i fix this error? 1 messages
olive rose getting this error when trying to run (the folder exists btw)
1081589071526240296
help 2 messages
visual maple 1) this is a js file 2) cfgext is a pkg w/ token a .cfgext
I've a problem with my handler 60 messages
potent nymph The event handler is not registered correctly, because the console.log doesn't function: ```js import { Client, TextCha...
installed typescript@5.5 now having issues with djs events types, uninstalled it and re-installed 4 messages
glacial ice ...typescript@5.4.5 But now the issue still exists... I can'T get rid of it i even did rm node_modules and even did cac...
Error with html 1 messages
1081590447216017570
Webhook avatar 3 messages
neat hull Hi, I'm trying to create a webhook linked to my bot, which works correctly, but the avatar is not displayed even though ...
How can I prevent this error or disable it from showing up? 7 messages
variables having wrong value 15 messages
short trench My code is ```js const warmup = app.warmup ?? 'N/S'; const notes = app.notes ?? 'None.'; const moderatorNote...
1081589071526240296
Extends DiscordJS Client<Ready> 10 messages
surreal elk Hello, I have a little question on the extend of the Client, if we use a simple client, we can do this: ```ts data: { ...
1081589071526240296 1081589253575823411
Math 6 messages
twilit cave how to round this up ```js const price = options.getInteger('price') const total = price/0.70 ``` how can I rou...
1081589071526240296
Store multiple values in a field (MySQL) 18 messages
uneven hollow I'm in a situation where I need to store multiple values in a single MySQL field This is my table ```sql CREATE TABLE th...
1081589071526240296 1081590299358412983
Can't call information from mongo database 9 messages
short trench So I have a collection in mongodb called temp. This is my code: ```js const tempDoc = Temp.findOne({ tempValueOne: "...
1081589071526240296 1081590299358412983
idk what to do help pls 29 messages
distant bramble Help pls
1081589071526240296
400 bad req 136 messages
1081589071526240296
Linked Role OpenID 1 messages
faint zealot Hey, does someone have an example on how to create a linked role with an openid provider from keycloak/authentk? I'm uns...
1081589071526240296 1081589253575823411 1081590299358412983
how can i check if message.author.id is in my sql db table 41 messages
vernal pilot as title
1081589071526240296 1081590299358412983
Mongoose problem 27 messages
pastel blaze Getting this error on mongoose? Not too sure what's wrong here... ```ts mongoose.set("strictQuery", true) await mongoos...
1081589071526240296 1081589253575823411 1081590299358412983
Scrape data off a popup from mouseover event 2 messages
mossy topaz Hey, I'm using puppeteer to scrape data off a website, and there is this popup that I don't know how to get the data of....
1081589071526240296 1081590447216017570 1081589253575823411
Seperation (js) 4 messages
undone hornet if I have a text like "Hello-World" how can I seperate it and get Hello or World
hi i need help 2 messages
cannot read properties of undefined 2 messages
cloud dock https://srcb.in/LD1Q08p0nN /home/container/src/commands/ERLC/players.js:45 .addFields({ name: 'Count:', value: r...
1081589071526240296
error 1 messages
Node.js canvas custom ttf font 4 messages
sudden juniper i want to use custom font at canva, i downloaded PaytoneOne-Regular.ttf, but registerFont is not working. my code: ```j...
1081589071526240296
convert a .svg url to .png 8 messages
opaque skiff hi, I have an image in .svg and I want to put it in an embed but discord doesn't support that type of file, so there is ...
what is this 31 messages
karmic widget i got this code and its weird. Probably to hide original code. How do you do this and why?
1081589071526240296 1081589253575823411
whats the js equiv to a mathematical set ;-;like so i can get my bot to check if x is in A, where A 5 messages
vernal pilot :3
1081589071526240296
Set field to null mongoose (NOT SOLVED) 12 messages
graceful fiber I can't find a way to set a field with type ObjectId to null after giving it a value Exemple : (in this context guild i...
1081589253575823411 1081590299358412983
expected string or number at ms 12 messages
hollow imp ```const { EmbedBuilder } = require('discord.js'); const ems = require('enhanced-ms'); // npm package to parse time dura...
1081589071526240296
Help-me? I am unable to send an image using rest api 5 messages
1081589071526240296
modal 26 messages
tacit flint https://pastebin.com/wMyKSTrk alright so I was able to remove the wrapper but it still says "This interaction failed"
Hi I was planning to put ads on my app. What do you recommend me to put? 5 messages
sturdy sigil Hi I was planning to put ads on my app. What do you recommend me to put?
1081590447216017570
logging errors/checking whats in a error 13 messages
near arrow is there any way to like check if a error has certiant text in it? for example im using google gemini api to moderate my...
1081589071526240296
created a crosshair application and when I select a crosshair it is not put in the center 6 messages
sturdy sigil Hi, I created a crosshair application and when I select a crosshair it is not put in the center of the screen even thoug...