djs-questions

13317 threads · Page 46 of 267

The application did not respond 32 messages
final field Why are the commands not working. I fixed it earlier but after some editing on the code it doesn't work anymore.
node
What does it mean for a channel to be "threadOnly"? 3 messages
turbid viper Is it like voice and stage channels that don't have a text message history but a thread thingy on the side where people ...
The application did not respond 5 messages
final field Why is my command not working
node
'å', 'ä', 'ö' all turn into (check post) when in a message 21 messages
silk orchid When my bot post a message (embed in this case) it wont use UTF-8 letters. On top of this '┃' becomes '?'. My node vers...
node
discord.js won't update. 9 messages
silk orchid When i run `npm discord.js -v` it says `10.8.1` even tough i tried `npm install [email protected]` and `npm install dis...
Shop with pages update too slow 4 messages
hushed sequoia Hi, i have a command for a shop with items that users can buy. I want to be able to add and remove items so the command...
DiscordAPIError[10062] 17 messages
young lion Hi everyone, I have a question about the DiscordAPIError[10062]. I understand this error is related to interaction timin...
Just double checking to be extra sure: Do ALL DiscordJS fetch methods check the cache first? 3 messages
honest quarry I'm trying to understand if I should still make my own cache module, or if I can (or if it is *okay * to) trust that the...
node
Why is my number of emoji inaccurate? 13 messages
fathom cliff im trying to count the number of emoji on my server ```js async function checkIfServerHasFreeEmojiSlots (guild) { co...
triggerUncaughtException error 2 messages
fallow linden This error started occuring few minutes ago when I try to login my bot
awaitMessageComponent 7 messages
spring jackal Hi, I'm currently building a bot but solely using interaction endpoints with express / nestjs, so I don't have a client ...
node
set permissions 16 messages
shell grove Hello can anyone say me How i set permissions to the Command (i Not use SlashCommandBuilder)
node
Transform a APIInteractionDataResolvedGuildMember into a GuildMember 9 messages
smoky yarrow Hello there, I am beginning with discord.js and typescript. To ensure type safety, i want to make sure that the object r...
node
Help with embededmsges 2 messages
tawny cedar how can i add user pfp as thumbnail of embed
AudioPlayerError: aborted and suddenly the music off and shutdown directly 2 messages
charred anvil I got an error when trying to play a song from YouTube. This command allows you to play from a URL or using the search f...
Types issues after updating 8 messages
Alternative Slash Command Option 10 messages
final field Here is a slash command I am creating to kick a user. I want the user of the command to be able to alternate between t...
node
client.on() not handling/accepting requests when awaiting response from SQLite when it is busy 6 messages
paper aurora This is how I register events in **index.ts** ```typescript for (const event of events) { if (event.once) { ...
Can I make a list of options for each user separately in Slash command? 7 messages
versed dune For example, each user has different data: ```json { "441331402856857601": [ "Orange", "Green" ], "9298308...
is there a way to vertically pad non monospace text in an embed 2 messages
carmine panther I'd like to make neat columns out of my tabular data. I tried playing around with monospace blocks but that looks like �...
@discordjs package
how to set activity 3 messages
main bronze hello im trying to setup an activity but it’s not working
node
hey I create a offline notifer as event 16 messages
lapis grail But if my bot get offline I get no notification any idea why? ```js const { Events, EmbedBuilder} = require('discord.j...
So when I Run My Bot This What Happens 5 messages
wraith sparrow I wanna it to kick But it blacklist a Bot instead
Get input from the user 13 messages
lament sail Hey! I want to create a slash command which when you execute it, you will get options to choose from. After you choose a...
Collectors not working 9 messages
hollow lance Hey ! So I have a command (in a different file) that open a modal and when the modal is submitted (in the index.js) I ad...
@discordjs package
undici connection errors 24 messages
keen sequoia whats up my swag devs im back here with the same issue from 2 weeks ago because updating did not resolve it; we're havin...
How do delete all slashcommands 13 messages
oak valley So i have used the same token from one of my bots which has a slashcommand group and i wanted delete the old commands ca...
Audit Log Executer 22 messages
stone olive So how come `Security` bot get the executer in a second while discord sends that info after 5 seconds of the action?
pagination with button handler 14 messages
dusty wadi Hello i want to refactor my current embed pagination. How do I update the embed in a separate button handler? A user sta...
node
Interaction Error 5 messages
flint wyvern Hello, i got a interaction error when i try to make a ticket. My code is the following: My ticketSetup.js: https://pas...
Any performance issues if non-async function runs an async, compared to running async alone 2 messages
paper aurora On discordjs.guide, this is suggested ```typescript for (const event of events) { if (event.once) { client.o...
Error Code 404 when trying to launch app 3 messages
pliant flicker Missing application for some reason.
node @discordjs package
Unban 24 messages
plucky nimbus i got this unban code, it is part of a bigger mod commands group, its a subcommand. i am not catching anything on the co...
Discord Login 5 messages
jagged yarrow I have a discord login with Express.js ```js app.get("/discord", async (req, res) => { const code = req.query.code...
node
Can someone explain me what can I do that my bot always response. If I try next day a slash command 41 messages
lapis grail my bot doesn't respons. ```js const fs = require('node:fs'); const path = require('node:path'); const { Client, Collect...
node
Button interaction 38 messages
stiff venture Hi, i tried soemthing, does when you press a button, the message get edited, i dont get it, i will send a screen shot he...
quick question for moderation bots and stuff 3 messages
fathom talon quick question when a discord bot deletes a message for rule breaking or others is it possible to do it before it appea...
Can you have multiple images in one embed? 14 messages
thin zenith Can you have multiple images in one embed?
Hello 12 messages
lean owl 2 same cmds??
Image in slash command option 6 messages
thin zenith Can you ask for an image in a slash command option?
Send data with component 4 messages
hollow lance Hey ! I have a command and I reply to the interaction by sending a modal and after sending a message with a button. But ...
node
quiz command using the Discord poll feature 5 messages
Help to the dev 7 messages
jolly ravine Hello, is it normal that everyone from the DJ server tries to get my account information, or is this part of the support...
Bot permissions help 25 messages
jolly ravine I greet you! First of all I have to tell you that I have made a lot of progress thanks to your help! Thanks for that! Bu...
Possible to _never_ purge/sweep specific cache? 6 messages
primal horizon Our bot frequently checks roles & server memberships On our bot initialization, we have `makeCache: Options.cacheEveryt...
Modal Submit not Working 9 messages
icy tangle Can someone help me, I can't submit a Modal I can open it, but it won't even get to the `submit` function for some reaso...
node @discordjs package
Collector not updating message embed 11 messages
slate ocean No errors in console or anything, ```js /** @type string */ let list = intr.options.getString("name", true) ...
node
Token invalid (Discord.js@13 / 10.7.0) 36 messages
hardy stag The token is correct but is returned as invalid.
Presence Intent question. 4 messages
outer star Hello, i have my bot working for more than +75 servers and i have the verification applied but i need to get the "Presen...
node
Name Error 10 messages
icy linden https://sourceb.in/4r5DOBUkgg