Emily
March 5, 2022, 1:31pm
2
Hey @pineappleexpr3so !
I understand that we ask people to be specific, but here it’s just too much text and it lacks formatting to make it easier on the reader, that why I avoided your request for so long, and even then, I only read the first 10 words, but I think I have a solution for you, pick the one that’s closest to your needs and adapt it:
Hey @zombihuntress !
One way you could do this is by using the quote system API . You’ll get your TOKENS by clicking on the second link in the post, in the Manual Installation section, use these in the commands I wrote. To know where to look for your PUBLIC_TOKEN and PRIVATE_TOKEN, look at the field bellow:
$(urlfetch https://twitch.center/customapi/quote?token=PUBLIC_TOKEN&data=$(querystring))
$(urlfetch https://twitch.center/customapi/addquote?token=PRIVATE_TOKEN&data=$(querystring))
$(urlfetc…
Hey @brecht_vh !
Yes, it’s possible, here’s how to:
First let’s set up the commands to display the message:
!addcom !killed -ul=mod -a=_killed $(count)
!addcom _killed -ul=mod $(channel) was killed $(query) times today and $(count) times this week.
Call !killed to update the counters.
Then, to reset the counters, here’s how:
!addcom !dayreset -ul=mod -a=!editcom !killed \-c=0
!addcom !weekreset -ul=mod -a=!editcom _killed \-c=0
To reset the daily counter, call !dayreset and to reset the …