button cooldown
how would i make a cooldown on a button? I found something on google, but it looks like it's a cooldown for all buttons, i just want a cooldown for a specific button (it should not be a global cooldown, but just a cooldown per user)
5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
what did you find? i think you can adapt it to your needs
found this
i'd use a map/collection instead of a set
so you can also store the button custom id
(or concatenate them into a string and put them in the set)
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View