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 …
The code snippet from yesterday, just got an upgrade!I wanted to include a counter, to tell how many messages that has been sent. I thought nothing of it and included a counter like I have …
Sometimes it might be necessary to message all users in a guild, but instead of messaging one after the other; why not include a function to message all “at once”? In order to not be …