Open Xanthognarh opened 1 month 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()
toawait self.leave()
to remove an error message.
Thanks. Let me know if something is not working 👍
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.