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 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 …