discord.js - Imagine an app

DIA

discord.js - Imagine an app

Support server for discord.js, a Node.js module to interact with Discords apps API.

Join

djs-questions

djs-voice

Auth Webhooks

Discord recently added the ability to get webhook notifications when a user authorizes your app. Does djs support this in any way, or should I set it up manually via express?

Embed message problem and no ping

The Problem is that i cant ping in the following code and some parameters as footer and author wont get set after modal was submitted
No description

App in user account and guilds

A Discord user has added a bot to their account and is using it inappropriately. How can I remove the bot from this user's account? Another question: is it possible to check which users have added the bot like we do with guilds?...

'maxComponents' and 'max'

What's the difference between maxComponents and max in MessageComponentCollectorOptions?

Slash command unknown interaction without reload

I have been building a discord bot with slash commands, it is frustrating that everytime I restart my server, the discord page requires refresh/reload too to have the latest slash command May I know what is the fix to it, have been trying to reset slash commands and clear cache too, but none is working ```typescript...
No description

How to connect Discord Gateway API on the NodeJS backend

I want to listen my entitlement create, update and delete events on my backend nodejs app and then save the details in my own database.

Help with ticket bot

Need someone who programs in js. I have a problem with the ticket panel and select menu. I would like the tickets after selecting the appropriate category from the select menu to create on the appropriate channel.

My event doest responds

Hello, my event for a translated message doesnt responds, please help
No description

Cannot updateMessage after deferMessageUpdate (@discordjs/[email protected])

Hello, I'm running the following chain of interaction responses: ```ts...

Limit to command option to autocomplete

I want uses to only be able to use the command when they have used a correct option. I give correct optios with auto complete. Is this possible? And if so, how?

Error 10062 [Uknown Interaction]

So, i have this bot which we use in our server to manage the criminal roleplay. we wanted to create a isolated economy systems whit crypto, so the first step needed was to make a command to request the bitcoin on a person/ his mafia, via a payment, made on the other economy bot, which is owned by another manager and can't share his DB with mine. So the user has to make the payment, insert the amount of cash he payed and the photo proof of the payment. ...

question

is there a way i can like make lyrics into my status (like automatically play)

slash commands options wont get visible / can add parameters v14.18

I somehow cant add paramters in a server. eventhough everything should be fine. is there a known issue?...

[discord-rpc] Retrieving authorization code for access token

Hey there, is there a way to retrieve the authorization code upon authorizing an RPC? I want to use scopes without exposing the client secret to every user that runs the app. These arethe current options that I supply, although it does not work without providing the code, which cannot be retrieved so far.

Voice channel topic

Any way to fetch and edit the VoiceChannel topic? I can't find anything related to this in the docs
No description

NOT Responding

Check Bot is Coming Online after 50 minutes And Bot is not responding
No description

discord bot dashboard

i am developing my discord bot now since a few months, it got a lot of features but now the question is: how am i going to create a dashboard for it (i can do the front end). but how would the backend work? what kinda stuff do i need to link both parties together? are there any tutorials or examples on how to solve that? (djs: 14.17.3)

"The application did not respond"

I tried looking around and saw a lot of other people had this problem, but couldn't find any accurate solutions. Running Discord.js version 14.18.0 and node 22.13.1. No matter the command, Discord simply responds with "The application did not respond". Its like it didn't even reach the async function. deploy-commands.js ``` require('dotenv').config();...

Comming back on bot development

Hey i am restarting / cleaning discord bots project. I left from djs 13.6 and i would like to know if : - Is it worth it to switch to djs 14 ? - What are the most important change ? - Lot of refactor / adapting code between both version to do ?...

subcommand not showing

When i try to do the instagram command the subcommand isn't showing
No description
Next