I wanted to create a footer for a discord embed, that has UTC time so I created the lines in the following, and then it errored a lot, so I turned it into an ob
Hello i have a marry command and i want to do a reaction verify, when the tagged person reacts with ✅ do the actions i add there. I can't find a solution,
I was trying a tutorial yesterday to make a personal music bot but the code to make the bot join a channel that the user is in upon using the "play" command isn
I'm making a discord bot that records the voice channel the libraries [email protected], @discordjs/[email protected], [email protected] my imports const { createWrit
I'm using the package youtube_dl for the play music command. After a while, now I've been working on the rewind & forward commands, I have implemented a bas
Up to discord.js v12, my bot would delete messages it posted like this : message.reply("text") .then(msg => { message.delete() msg.delete({timeout:
In my code, before it does anything I have it check if there is data and if there isnt then make a new mongodb collection but when running the command and there
I want send everyone in server a message or a embed. I searching google nothing shows up . I Saw some bots doing anonuncements. PM everyone. How i can do that
Djs (v12) Maybe someone is already familiar with this problem in their code and knows the solution. After a few hours of listening, the bot just randomly stops
I have a discord bot running with docker and docker-compose, how can I update the image of the container without any downtime? Its very important for me, that t
I'm idealizing a doubt bot. In view of this, I must explain that at the end of the member's question, the channel must be closed and before that the bot must se
I'm getting this warning in the terminal when running my bot code: (node:6220) DeprecationWarning: Passing strings for MessageEmbed#setFooter is deprecated. Pas
I want to use the avatar command using user id's/mentions. I was able to use mentions, however I am unable to use the user ids. Here is my current code: const D
I have tried so many things out, here's my current code var green = toString(msg.reactions.cache.get('🟩').count); var red = toString(msg
Node version : v16.13.1 Discord.js version : 13.3.1 TypeError: targetchannel.send is not a function How to fix this Error? Code: fs.readdir('channels', functio
I am trying to run my discord bot but I get this error [12/4/2021, 2:06:02 AM] - [INFO] - [ShardManager] Started 1 shards [12/4/2021, 2:06:28 AM] - [ERROR] - co
I want to make my bot activity say "Watching + Member Count (not include bots)". I did some steps, here is my code: client.once('ready', () => { set
I don't know much about coding myself but I followed someone's video (specifically this video:https://www.youtube.com/watch?v=tQjpv0OO5pA) on how to make embeds
hello I have a discord bot and I want to create reaction roles but when I execute It doesn't work ? please any body help me this is ap prt of the code put it on
How do I send one message per guild that my bot is in? It doesn't matter which channel it will be, but I don't know how to code it. I finally came up with that