Is it possible to hide slash command in discord.js v13.1.0 ? I tried to add some permission but nothing that i found worked like the " command.permissions.add({
I've very recently had a look at buttons for my discord bots, and in doing so I also discovered the menus that you can create. I want to know how, if it's possi
I need to figure out how to create an invite link for users so that they can track invites. Currently I have this, however this created the invite for the Bot.
Is there a way to have a command with buttons be used by two people at the same time in the same channel? I made an adventure system which is going well so far,
I'm trying to make a discord bot with the command prefix "*" but when I try to get the bot online/run it, it gives me this error: node:internal/modules/cjs/loa
i got an error. PLZ HELP ME!! I tried the slash command bot. And i have been getting this error. I have tried hard to solve this error. I gave
i recently started with Discord.js and i am currently making a hug command. the command itself is working fine, but the problem i am facing is that i want the b
here is my code const prefix = '!'; module.exports = { name: 'messageCreate', once: false, execute(client, message) { if (message.author.bo
I am trying to make a userinfo command but it aint working.. Only giving errors like: .join is not a function or member is not defind. My friend also did not ge
I want that when the user is interacting with the select menu it should work and then it should disable it after a few seconds when the user stops interacting w
I'm trying to make my bot send an embed when the bot joins a server the embed is supposed to contain the server owner's name but it returns null and doesn't wor
I am trying to make a toggle able slash command, if they pick the disable option it turns it off but when if you pick the enable option it asks to pick a channe
I am making a discord.js bot and trying to get it verified! I want to make it so when you add it to a server and it has below 35 members it leaves it. This is s
I recently switched from Canvas to Sharp to create the welcome image that pops up in the welcome channel every time a user joins since I heard that Sharp is mor
I'm trying to make a start command for a currency bot. I'm trying to make a message collector, which asks for collecting for this certain user. And depending on
The command that I'm trying to do this with is a help command with multiple sub-menu's like the FM-bot. Whenever I run my command twice, it always returns Inter
how I can get user tag (example#0000 (No Mention)) by user ID? const userid = message.channel.topic bot.channels.get(`channelid`).send(`User ID: ${userid}\nUser
Heres the error message: PS C:\Users\User\Documents\Discord Bot> node . ready C:\Users\User\Documents\Discord Bot\node_modules\discord.js\src\rest\RequestHan
i have a problem, my Command Handler only recognize the top Folder inside my Commands Directory. Its supposed to show all of the available Folder in Commands Di
I want to have my Discord bot tell me the current date and time on a simple command, so if I say "whats the time?" it will tell me. Currently my only solution i