Closed ssmele closed 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.
The Message class seem to be missing class level documentation which is why content would be missing.
This is not intended so feel free to PR or let me know and I willf fix it
Cool ill give it a try let me get a PR set up.
@EvieePy I have a new branch but I don't have permission to push it up. Can you grant me permission?
Make a PR
Should this be to master, or development?
Master
fixed in fb49efe
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