So I wanted my Bot to send a File whenever the output of the executed evaluation exceeds 4096 Characters (since this is the current Limit of Descriptions in Dis
so what I am trying to do is when a user write a command such as !setchannel #test or !setchannel 86xxxxxxxxxxxxxxx then the bot will send the random messages
I'm working on a new project and I need to have a link filter, were pretty much anyone that doesn't have the permission ADMINISTRATOR can't send links, if they
I have setup all of the required intents including DIRECT_MESSAGES though the client messageCreate event doesn't appear to be picking up the command and respond
I just wanted to know if there's a way to count how many times a command has been used in my Discord server like on screenshot. I'm new with coding. I used dis
I am trying to create an embed for a discord bot using node.js. I want the embed to have 4 inlined fields so that there effectively are 4 columns with and an ar
const banWord = ["meat","fruit","road"]; for (var i = 0; i < banWord.length; i++) { if(message.content.includes(banWord[i])) { messag
As you can read on my title, I can't fetch messages with discord.js. In discord.js v11 I used this : var bot = new Discord.Client(); bot.on('ready', () =>
I'm trying to create an AudioResource according to the documentation, but I don't know what to fill in edges and streams. I only have yt(youtube-url) from ytdl-
I'm currently trying to make an ~execute command for my bot. This command will allow me to execute commands as other users, thereby allowing to provide better d