PythonistaGuild / TwitchIO

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

New methods so they get included in docs. Also ran black on the file. #269

Closed ssmele closed 2 years ago

ssmele commented 2 years ago

Pull request summary

Checklist

ssmele commented 2 years ago

I'm not the most well versed in IRC stuff so I didn't know how to describe the echo method but I tried my best.

EvieePy commented 2 years ago

Thanks. content should be an attribute not a property. You can document the attribute with the docstring of the class.

ssmele commented 2 years ago

Awesome @IAmTomahawkx. Thanks for finishing it up.