PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
798 stars 163 forks source link

checks: Add is_broadcaster check to PartialChatter class. #271

Closed adambirds closed 2 years ago

adambirds commented 2 years ago

Pull request summary

I have added the is_broadcaster check to the PartialChatter class so that it is accessible at ctx.author.is_broadcaster. This checks for the presence of the broadcatser badge within the badges received in PRIVMSG.

Checklist

EvieePy commented 2 years ago

Thanks