mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
🐛 Register commit
This commit is contained in:
parent
63aea71042
commit
a132aa5757
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ class DiscordpyPDAImplementation(engi.ConversationListImplementation):
|
||||||
|
|
||||||
async def run(self) -> t.NoReturn:
|
async def run(self) -> t.NoReturn:
|
||||||
await self.client.login(token=self.bot_token)
|
await self.client.login(token=self.bot_token)
|
||||||
|
self._register_events()
|
||||||
await self.client.connect(reconnect=True)
|
await self.client.connect(reconnect=True)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue