We could probably do this in streamer.bot itself by just creating a variable as totalStreamNotesHit or something and continuously adding totalNotesHit to that new variable. But it would probably be cleaner to do it right in your code here and assign a global variable to it. We could that with totalStreamNotesMissed to calculate totalStreamAccuracy as well.
We could probably do this in streamer.bot itself by just creating a variable as totalStreamNotesHit or something and continuously adding totalNotesHit to that new variable. But it would probably be cleaner to do it right in your code here and assign a global variable to it. We could that with totalStreamNotesMissed to calculate totalStreamAccuracy as well.