You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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()
toawait self.leave()
to remove an error message.The text was updated successfully, but these errors were encountered: