Is it possible to use Nightbot to count an action Per stream? Like “Streamer has died, this many times this stream” And then have it Reset after stream? or would i need to manually reset the counter per stream.
Emily
August 28, 2020, 9:18am
2
Hey @GanzaDovah !
You could set up something similar to this:
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 …
system
Closed
September 11, 2020, 9:18am
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.