PythonistaGuild / TwitchIO

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

content not included on Message documentation. #268

Closed ssmele closed 2 years ago

ssmele commented 2 years ago

If you view the Message documentation seen here: https://twitchio.readthedocs.io/en/latest/reference.html#message their is no reference to the content instance variable. Is this intended? Definition of content on Message data class: https://github.com/TwitchIO/TwitchIO/blob/master/twitchio/message.py

ssmele commented 2 years ago

It seem's like content is defined differently than the other instance variables on the message class. If this is not intended let me know and I can draft up a MR.

EvieePy commented 2 years ago

The Message class seem to be missing class level documentation which is why content would be missing.

EvieePy commented 2 years ago

This is not intended so feel free to PR or let me know and I willf fix it

ssmele commented 2 years ago

Cool ill give it a try let me get a PR set up.

ssmele commented 2 years ago

@EvieePy I have a new branch but I don't have permission to push it up. Can you grant me permission?

EvieePy commented 2 years ago

Make a PR

ssmele commented 2 years ago

Should this be to master, or development?

EvieePy commented 2 years ago

Master

IAmTomahawkx commented 2 years ago

fixed in fb49efe