DiscordAPIError[40060]: Interaction has already been acknowledged. Discord.js
I’ve been trying to solve this problem for quite some time. I am making a ticket system and it is very annoying that this error appears. There are times it comes out and times it doesn’t. I don’t know what to do.
How do I get Application Emoji
Discord supports having Application Emoji, how can I use them in Discord.JS?
How do I get Application Emoji
Discord supports having Application Emoji, how can I use them in Discord.JS?
How do I get Application Emoji
Discord supports having Application Emoji, how can I use them in Discord.JS?
How do I get Application Emoji
Discord supports having Application Emoji, how can I use them in Discord.JS?
How do I get Application Emoji
Discord supports having Application Emoji, how can I use them in Discord.JS?
Discord.js Auto Register Slash Commands
Trying to build an index.js
file that auto loads, auto reloads, and disables modules with errors in them to prevent the bot from crashing. This portion is working fine.
I am making a discord bot but it won’t start up when I run the ‘startup.js’ file
Can someone help me start up my bot? its startup code looks something like this
Custom prefix command with discord.js in commands folder
below is the code of my ping.js file in commands folder as suggested on discord.js documentation, but instead of using Slash command builder I am using this below method(no specific reason for not using Slash command builder), I just want to know whether this is a right approach or not as I am taking help from Chatgpt in it and i am not able to trust.
How to make a discord bot make a channel when a command is made
So im confused on how to make my discord bot make a new like text channel called general 2 when i do !setup, the command works perfectly fine but i dont know how to make it make a new channel, please help.