djs-questions

9202 threads · Page 7 of 185

Hello, I need help with my bot. It’s an automatic selling bot that I created back when Discord.js 7 messages
balmy ice Hello, I need help with my bot. It’s an automatic selling bot that I created back when Discord.js v13 was the standard...
cant get guilds? 25 messages
broken wolf interacts dont give me a .guild only a .guildId cache does not have this guild nor can i fetch it (`DiscordAPIError[1000...
1150878580193116250
Help — Collector not catching ModalSubmitInteraction 12 messages
frozen fractal Hey, I’m building a paginator and I’m using a collector for the navigation buttons. That part works fine. But I also wan...
Function to get Component Data by ID 14 messages
shrewd hinge I saw that there is a way to pass a numeric ID to a message component, which serves as an identifier to recognize an ele...
Unknown Node type 22 messages
drowsy ermine Well Not understanding after updating to 14.22 getting someshort of unknown error . ``` 1|exchanger-main | 2025-09-17 ...
1150878580193116250
Can someone help me with the bot in java script? 4 messages
balmy ice Can someone help me with the bot in java script?
How to get rid of [Circular *1] 43 messages
finite totem Hi yall I am making a command that has to check whether the person that runs it has a certain role, and if they do, they...
Problem with bot not registering new commands 26 messages
buoyant wave Hi! I have a pretty basic setup with 3 commands, however those commands aren't registering but instead commands from my ...
Select Menu Reset 43 messages
spark obsidian how can I reset a select menu after someone picks an option and I show them a modal? Since I already replied with the mo...
1150878580193116250
Differentiation between bot user and webhook 4 messages
buoyant bramble Currently i have `if (message.author.bot) return;` to make my bot not interact with messages from other bots. How can i...
Mention a command in a message content ? 4 messages
scarlet sundial Is it possible to mention a command in a message content ? Just like you can with roles, people and channels ? I think I...
1150878580193116250
Does this really exist? 4 messages
Modal window - select 16 messages
fiery junco Hello everyone, please tell me, is it already possible to use select in a modal window? If yes - please send an example....
Mixing commonJS and ES6 21 messages
silk panther Is there any point in me using es6 and mixing it with discordJS? Meaning I will use `import` and `require`. Is discordjs...
Help me script a ticket tool bot. 8 messages
supple idol need help.
1150878580193116250
Give out XP when someone succesfully bumps server 8 messages
dim bane Hi! So i want to give users XP when they bump the server. I atm got this (ids hardcoreds to test, where msg id is an "Bu...
1150878498534199426
Discord Overwrite environment 18 messages
shrewd ice Hey all.. I've something special - maybe I'm trying to build a symfony like environment where I have the standard where ...
1150878580193116250
Question about cache 5 messages
vague grail I know 12.5.3 isn’t supported anymore but i was wondering how guild members it cache by default ? Cause with fetchallmem...
Discord Connection Question 4 messages
gloomy flame Anyone is familiar with that?
1150878580193116250
Is there a way to silence mentions inside of containers using Components V2? 3 messages
lean notch I am writing a moderation bot using Components V2. The code in the screenshot I attached works pretty good however, it p...
Partial high ping on some shards 4 messages
kindred pivot Sometimes some shards have a very high ping for me. Unfortunately, I can't figure out why. I've already disabled individ...
how does discordjs populate cache 50 messages
carmine sail like im trying to implement minimal cache using core libraries, wondering how does main lib populate all guilds/channels...
1150878580193116250 998292157150535700
How to use Custom Emojis in Buttons and Embeds 14 messages
copper marsh How can I use some custom emojis in buttons and embeds that I create ? like the ones in the photos. Do I have to upload ...
Components v2 22 messages
lapis grail IIs it already possible to use the components? I get an error all the time that my message is empty
1150878580193116250
Unknown Integration Error with my slash command 2 messages
wild mesa When I run a specific slash command that does pop up in my bot's list of application command list. I get this Unknown In...
how does one reset/clear the select menu after an option has been chosen? 8 messages
regal basin use discohook as an example.
get options from interaction 11 messages
carmine sail how exactly are we supposed to get options from interaction when using @discordjs/core
1150878580193116250 998292157150535700
Miserable time design a "fancy" settings menu 11 messages
buoyant bramble I'm making a bot for my server (with help of AI, not gonna lie), and as the functionalities increased, the way i was org...
Super Reactions users collection appears empty 5 messages
ashen ridge Hello, I noticed that while looping through a message's reactions, the `users` for all Super Reactions is just empty, th...
error with dm channel awaitmessage 14 messages
nimble nebula ``` let dmChannel = interaction.user.dmChannel if (!dmChannel) dmChannel = await interaction.user.createDM() const filt...
Sharding with Deno 22 messages
sullen fiber Does `ShardingManager` with `mode: "worker"` even work in Deno? I keep getting this error, which I'm guessing comes from...
1150878890307358882
Discord Embed Not Showing Image 3 messages
static forge I created a bot that web scrapes some info off of a site, but when I run it, the embeds images dont show up. Here is a ...
Did I receive a rate limit? 6 messages
fierce moth lol
1150878498534199426 998292157150535700
webhookClient.send avatarUrl option don't work. 10 messages
loud glacier I add the image URL to this parameter, but it doesn't work. This option previously worked. I didn't make any changes to ...
1150878580193116250
User names displayed as ids 11 messages
silver light Hey guys, I use `${member}` object that I insert in a string and I noticed that it renders user names as IDs lately (ref...
Unable to register Slash commands 16 messages
thorny ridge i am getting 401 error while trying to register slash commands the error: ```js > discord-getting-started@1.0.0 register...
Modals String Select Menus 12 messages
tribal ice Aloha Folks. As seen on the Discord Developers, with the recent release of string select menus, do modals on discord.js...
What is global commands? 5 messages
open sapphire idk what it means?
1150878580193116250
Permissions overwrites does not give access to the user in channel 10 messages
robust mauve Hello <a:PU_PepeWave:775091969311244289> , we have been using our bot for quite a while to grant users access to the ch...
1150878580193116250
Components v2 19 messages
sacred fern Where can i find the docs about components v2 ? Im blind and can not find it..
998292157150535700
How do I disable awaitModalSubmit? 17 messages
warm anvil I have a question: how can I make it so that if the filter is valid, the awaitModalSubmit gets deactivated? By default, ...
1150878580193116250
is `interaction.replied` true when interaction is deferred? 4 messages
timid orchid Very simple question. The title is the question.
1150878890307358882
Ban/Kick event reason 8 messages
buoyant bramble I'm doing a bot in Discord.JS and i'm in the process of adding the welcome/leave/ban messages. Is possible to fetch the ...
Slash command 3 messages
cerulean eagle I want to add a slash command to my bot but it doesn't show up.
1150878580193116250
How to upgrade 14.22.0 to 14.22.1? 5 messages
open sapphire idk?
998292157150535700
GuildChannel.rolePermissions ignores @everyone base permissions 7 messages
tired field Hello, there seems to be some strange behavior in [GuildChannel#rolePermissions](<https://github.com/discordjs/discord.j...
1150878580193116250
Cannot Find Module Error 20 messages
open sapphire everytime i run node register-commands.js in the terminal, it shows an error, here's a screenshot
1150878580193116250 998292157150535700
do i need to get rid of ',' problem in VSCode? 9 messages
open sapphire idk how?
1150878580193116250
how can DAVE be used in discordjs? 5 messages
graceful moat I see in the most recent announcement it adds support. Is there documentation on this anywhere? Please reply with PING!!...
how to fix so many problems 6 messages
open sapphire whyyy
1150878580193116250