Click this link. It will generate three links and two tokens, a public token (8 characters long) and a private token (16 characters long). The public token is located within the first generated link. The private token is located within both the second and third generated links. The tokens are found after token= and before &data=$(querystring). Copy them and keep them somewhere safe!
Copy and paste these into chat to add !draw and _!draw (only !draw is to be used directly). Replace PUB_TOKEN with the public token and PRIV_TOKEN with the private token.
Thank you so much for putting this together you’re awesome!
I’ve been tweaking around with it a little and i cant make the correct time appear. it shows me a cooldown of 1.8 million seconds in the original code you made, if i try to change some numbers it always gives me something that doesnt make sense, like negative cooldown or no cooldown at all…
Also, how can i turn it into minutes?
Once again, thank you very much!!
Edit: i just figured out how to get the correct number of seconds, needed to cut three zeros on the second 1800000. Now i only need to know the minute conversion
Yes there’s 1800 seconds in 30 minutes; I’ve edited the code to output the remaining time correctly. Now to show the cooldown in minutes, replace (1800-b/1000) in !draw with (1800-b/1000)/60 and seconds in _!draw with minutes