python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
DiscordAPIError: Interaction has already been acknowledged. How fix?
Error:
DiscordAPIError: Interaction has already been acknowledged.
at RequestHandler.execute (C:\Users\stask\Desktop\economy koshki.fun\node_modules\discord.js\src\rest\RequestHandler.js:350:13)
...
kish3r
Votes: 0
Answers: 1
Cannot read property 'MessageButton' of undefined (discord.js)
I have a probleme, I don't know why but when I use the command "!button", I have an error, there is my code for check it:
const discord = require('discord.js');
const client = new discord.Cl...
Sans
Votes: 0
Answers: 1
Discord.JS Slash Commands === TypeError: Cannot read properties of undefined (reading 'user')
I am currently having trouble with my slash commands. I am trying to get it so that in the author spot of the embed, it posts the author's Name & tag, and their profile. For some reason I keep rec...
Ethan Stokes
Votes: 0
Answers: 1
How to disable button after clicked on discord.js v12
Discord.js v12 Disable Buttons Function
how do I disable a button on discord.js after it is clicked?
I tried using the collector.on function, since that seems to do it but I can't make it work with m...

Brandon Torreglosa
Votes: 0
Answers: 1