set wechaty to the plugin
(self, wechaty: Wechaty)
| 479 | self.bot = bot |
| 480 | |
| 481 | async def init_plugin(self, wechaty: Wechaty) -> None: |
| 482 | """set wechaty to the plugin""" |
| 483 | |
| 484 | async def blueprint(self, app: Quart) -> None: |
| 485 | """register blueprint into default web server""" |