PythonistaGuild / TwitchIO

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

Add `first` to Message class #340

Closed preeded closed 1 year ago

preeded commented 1 year ago

Pull request summary

Add first to Message class.

I just added first attr to Message that using first-msg tag, and updated changelog.rst.

Maybe it's about this discussion.

I've tested to connecte some channel with a bot and chated something. Message.first worked well I think.

Checklist

preeded commented 1 year ago

Thank you for the review! I reflected it. I'm sorry for my poor Python skill. Finally, I think this code is okay.

preeded commented 1 year ago

Thank you! I reflected it in the code, and it looks good!