Somethings to know :)
What is these things and what is the use?
```js
ws: {
large_threshold: 50,...
Discord tag
Hi can you rename the tag to d.js
Unknown interaction
Hey! In 1 out of 20 cases, we encounter the issue that a response to an interaction returns an โUnknown interaction 10062โ error, even though we respond within the specified time frame.
Is there a solution for this, or is this considered โnormalโ?...
Change bot bio
Guys, how do I change my bot's bio (about me)? I saw a bot with a changed bio, even with a custom emoji, how do I do that?
flags don't work or not use well (4094)
const msg = await interaction.channel.send({
content: null,
components: [container, row],
flags: MessageFlags.IsComponentsV2 | 4096
});
const msg = await interaction.channel.send({
content: null,
components: [container, row],
flags: MessageFlags.IsComponentsV2 | 4096
});
Adding a list of users as an option to a command
If there are 10 users in a channel and I want to not include some of them in some command, i.e. team generation, /random -dontinclude @user1 @user2 @user3, is this possible? Will a stringOption accept a list of users as an input or does it have to be strictly strings?
Is there documentation on creating non slash commands, i.e. a command is defined by a symbol ?help
Been looking through the docs but can't see much mentioned on it, would be pretty straight forward either way, just listening for messages
Large image on display components
Guys, with this example code in the Display Components tab on the discord.js website, how do I add an image like .setImage did in the previous version? I saw some bots here that have large images, in addition to the thumbnail, how do I do it?
Example I mentioned above:
```const { AttachmentBuilder, SectionBuilder, MessageFlags } = require('discord.js');...
Receiving non slash command messages
I'm trying to receive regular guild messages that aren't slash commands. I'm aware of the privacy issues, it's just a private bot for my friends and I running a local AI model for fun.
I used to use discord.js but it's obviously changed a lot over the years e.g. slash commands and I can't figure out receiving messages without a slash command.
I've enabled all privileged gateway intents on the discord dev dashboard and here is my code....
activities.read doesn't work on oauth
I'm using better-auth to authorise user on my app and apply on user
activites.read
permission to fetch user's current activity,
```js
discord: {
clientId: env.DISCORD_CLIENT_ID,...cache question
Hey, my bot is in a server with 200k members and I need to fetch members every 5mins, currently doing members.fetch(), but can I just use guild.members.cache
How accurate cache is for that...
BOT PROBLEM
I was going to create my bot by watching a video, that is, I was going to set up the bot, but I saw that video and did everything. Node did it first, but it didn't work for me. When I type node index.js, it crashes. When I use nodemon, I get this error:
`` [nodemon] 3.1.10
[nodemon] to restart at any time, enter
rs`
[nodemon] watching path(s): .
[nodemon] watching extensions: js,mjs,cjs,json...any way to fetch discord user's badges with the api?
i am currently using guilds/guild_id/members/member_id
but is there any way to fetch user's badges?...
Question about moderation and channel activity
Hi i was wondering if there was a way to delete a message and tell a channel to ignore the activity from it so people do not have the channel in white when mods remove spam messages / scams
Cannot find Module Error
Every time i run the node index.js command in the terminal I attatched a screenshot of what it says

Forwarded message Question
My question is if a bot can detect if a message is forwarded and its content
Slash commands are not registered
Hello,
Every time my bot starts up, it never finishes saving commands. It deletes the old commands, and then when it wants to save the new ones, it doesn't work. It has happened before, but right now it can't deploy properly. Does anyone know how I can fix this? I've included my code below....
Fetching voice channel from ChatInputCommandInteraction
I need to fetch what voice channel a guildmember is in when executing a slash command.
When using message commands i use
message.member.voice
(assuming the message was created in a guild, this assumption can also be made using the slashcommand in this case)
Thank you in advance!...Typescript Support
Does djs support Bun/TS?
I know this might sound like a silly question but I've looked at the guide and all the examples still use CommonJS....
EditReply Error
iโm creating a reply with ephemeral, and it works without any issues. Then I add a console.log between each line to track where the problem occurs. Indeed, in the console, I get 8 log outputs out of 9, and the issue happens specifically at editReply. However, when I use .catch, nothing happens, and I canโt figure out what the problem is.
