Closed BuyMyMojo closed 2 years ago
I believe this is something eventsub handles.
Also just an observation but you can change your for loop into list comprehension.
row_to_list = [names[0] for names in row]
how would I write it? like event_sub(stuff here): ?
also thanks that's appreciated
The only documentation says eventsub is coming soon, how do I use it? https://twitchio.readthedocs.io/en/latest/exts/eventsub.html?highlight=eventsub#eventsub-coming-soon
I believe this is something eventsub handles.
Also just an observation but you can change your for loop into list comprehension.
row_to_list = [names[0] for names in row]
I think the actual issue here is that you look submissive and breedable @chillymosh
or can I use https://twitchio.readthedocs.io/en/latest/reference.html#twitchio.FollowEvent and how would I do that?
That's a dataclass which returns a FollowEvent object when you query the API. You should join the discord to discuss things further rather than filling up the issue with comments
How do you do an event on new follow event using a bot class? is there a event_follow? like event_join?
I'm working on an auto bot ban.. bot, but I have no idea how to make it run this code on a fresh follow: