Get subscription messages Python

Hello i’m making my own twitch bot in python for some fun.

I have a twitch bot with commands working and chat working fine.
But i can’t seem to figure out how to get the messages from subscriptions like this;

just subscribed with a $4.99 sub!

how do i get these messages with python?

Over Chat/IRC you would need to enable the IRCv3 capabilities, tags and commands and consume USERNOTICE:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.