trying to create a message counting bot

just as a starting creation im trying to make a bot that can count how many messages a person has sent in a certain amount of time
3 Replies
d.js toolkit
d.js toolkit2y ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
Aquafy
AquafyOP2y ago
basically, the user sends one command which starts the bot so it tracks messages sent in a certain channel, then after a set time that the user sets, it stops and shows how many messages the user setn sent
Cae
Cae2y ago
Use collectors?

Did you find this page helpful?