I want to limit the actions of users on a discord server that are interacting with a discord bot for a specific time. As an example: The user with the role "user" can only press a button 10 times in a day (24h). A other user with the role "user2" can press the button 20 times in a day. After that the user gets a message that he reached the daily limit. How can I do that in js?
I couldn't find anything about the topic.
Via Active questions tagged javascript - Stack Overflow https://ift.tt/W9ytHld
Comments
Post a Comment