We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2716896 commit 755c07aCopy full SHA for 755c07a
1 file changed
irc_handlers/rpl_endofmotd_376.py
@@ -28,7 +28,7 @@ async def execute(self, send_msg, prefix, command, params):
28
if isinstance(self.auth, str):
29
await send_msg(self.auth, 5)
30
31
- asyncio.create_task(_run_command_setups(self))
+ self._setup_task = asyncio.create_task(_run_command_setups(self))
32
33
34
async def _run_command_setups(router):
0 commit comments