Override client_connected method from within penguin class

This commit is contained in:
Ben 2019-06-21 01:52:28 +01:00
parent 19464703b6
commit 006d55934b

View File

@ -269,6 +269,8 @@ class Penguin(Spheniscidae):
'{} removed their background item'.format(
self.data.username))
async def _client_connected(self):
await super()._client_connected()
def __repr__(self):
if self.data is not None: