MessageCollector in DMs using DiscordJS v13
So, here is the simplest way I have to make a MessageCollector that collects messages from DMs using DiscordJS v13 First off, lets start off with the simplest of bots: This is the simplest way …
So, here is the simplest way I have to make a MessageCollector that collects messages from DMs using DiscordJS v13 First off, lets start off with the simplest of bots: This is the simplest way …
So, you want to get a list (or select a random one) of the users who reacted to messages PRIOR to your bot restarting. That can be done, and I am here showing you the …
So you want a command that deletes XX messages from the current channel? Let’s try and get that command build!Note! This article assumes that you have a running bot and a simple command handler. I …