how to detect an embed and then resend it
i want to do if the bot received the bot embed title call "wild pokémon has appeared!" then it will send message.
Discord bot button problem.
Hey guys I am trying to code a disocrd bot with slash-command that allow memebr to submit a screenshot which later on I Will accept it or reject it. In case I accept mysql operation will upload the photo to the db
ALL IS GOOD
the problem is As you can see from the attached image from terminal once I submit 2 request (2 screenshot.) if I click to any button Accept or reject -> it will accept all of them at the same time or reject!!
...

Message not being sent to a user's DMs
```JavaScript
client.users.send(user,
{
embeds: [embed]
});...
Is there a way to make global app commands (/) only work via DMs?
I know how to prevent global commands from showing up in DMs but I'm wanting the other way around.
turn off event handler
code block is activated by messageReactionAdd but eventually the message that the reaction is on gets deleted making the event handler useless. how do i turn the event handler off it so its not just hanging there forever.
I have djs @ v12 just because everything is just getting more hard to learn every new update.
[nodemon] 2.0.22
[nodemon] to restart at any time, enter
rs
[nodemon] watching path(s): .
[nodemon] watching extensions: js,mjs,json
[nodemon] starting node src/index.js...Can't read default_member_permissions from SlashCommandBuilder?
I'm building a script that documents slash command attributes for a wiki page. I have a wrapper class that holds command attributes that aren't directly used by the SlashCommandBuilder (eg cooldown, execute function).
Strangely, the
default_member_permissions is readable inside the class, but not outside the wrapper.
For a more concrete exmaple, here's the wrapper constructor:...Creating/Deleting (not assigning) Channel Tags programmatically
Hi all !
I'm looking for a way to modify programmatically the
availableTags[ ] array of the interaction.channelobject, which list the possible tags you can stick to a post in a ThreadChannel.
ThreadChannel which is an extension of BaseChannel does have methods to setAppliedTagson a Thread, as far as the Tags already exist. But neither ThreadChannel nor the BaseChannel that hosts the threads, contains a method to create/delete thread tags.
...GuildMemberAdd event not working
Idk why the event is not working, even tried doing a try catch but doesn't return anything in the console, and I even got Guilds and GuildMembers intents in the index.js. What might be wrong?

sharding
hey! im currently trying to make a command that sends a message to a channel with embeds and components. I heard about broadcastEval but im not sure how to use it
Markdown in embeds broken?
Heyo!
when trying to add hyperlinks in my embeds it looks quite weird, see the image attached
```js...

How to update the interaction message?
editReply returns me "Interaction has already been acknowledg"
```
await api.interactions.defer(interaction.id, interaction.token, {
flags: MessageFlags.Ephemeral,
});...
Interaction Failed Async
Hello!
i have no clue how to await an interaction in V14, but after trying, the code that is attached is what i came with.
however, it's simply not updating the interaction, nor is it printing my console logs which is causing me so much confusion
...
...Passing payload in oauth link
I am trying to build a discord integraion with my app, I want to pass a payload (userid of the user who is integrating the bot in my db) in the invite link of the bot and when the bot is added to the guild i want to receive the payload and serverid along with the discord user id Can anyone guide me on this?
