bynect / pytmi

TMI (Twitch Messaging Interface) library for Python
https://pypi.org/project/pytmi/
MIT License
9 stars 0 forks source link

Missing methods name change #3

Open Xanthognarh opened 2 weeks ago

Xanthognarh commented 2 weeks ago

Hi, i just started testing your library. It looks like you missed in your 1.0 "Change methods name (part -> leave, privmsg -> send_message)" the logout function in the client.py: I changed await self.part() to await self.leave() to remove an error message.

bynect commented 2 weeks ago

Hi, i just started testing your library. It looks like you missed in your 1.0 "Change methods name (part -> leave, privmsg -> send_message)" the logout function in the client.py: I changed await self.part() to await self.leave() to remove an error message.

Thanks. Let me know if something is not working 👍