So I will say that I am not expert at this but I am trying to learn so bare with me and my stupid questions.
"it sounds like your issue is that someon giving 10 gifts causes there to be 10 separate messages, and you want to have them combined into just 1 message?"
You are absolutely correct. Basically, someone would gift 10 subs, it would say "X has gifted 10 subs" followed by
X has gifted a tier 1 sub to A
X has gifted a tier 1 sub to B
X has gifted a tier 1 sub to C
and so on flooding the Twitch chat. I wanted the bot to say something like:
X has gifted 1 sub! Thank you!
for one gifted sub and
X has gifted (number higher than 1 here) subs! Thank you!
for more than 1 gifted sub without the spam.
You can make it create some debug messages by insert these commands immediately below the 'raw usernotice' row...
- so by this, do you mean pasting that code into my script and wait for someone to gift a sub to see the results? Or?