From a132aa5757d2f9b8e3fa311389e75506a3d79ef7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 26 Apr 2021 04:49:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Register=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- royalnet_discordpy/pda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/royalnet_discordpy/pda.py b/royalnet_discordpy/pda.py index bb526608..371ae75b 100644 --- a/royalnet_discordpy/pda.py +++ b/royalnet_discordpy/pda.py @@ -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)