1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

🐛 Register commit

This commit is contained in:
Steffo 2021-04-26 04:49:01 +02:00
parent 63aea71042
commit a132aa5757
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -120,6 +120,7 @@ class DiscordpyPDAImplementation(engi.ConversationListImplementation):
async def run(self) -> t.NoReturn:
await self.client.login(token=self.bot_token)
self._register_events()
await self.client.connect(reconnect=True)