fix a bug

This commit is contained in:
xtaodada 2022-02-01 18:45:23 +08:00
parent bb77dc7780
commit f091fd4529
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736

5
noway.py Normal file
View File

@ -0,0 +1,5 @@
from pagermaid.listener import listener
@listener(is_plugin=True, outgoing=True, ignore_edited=False)
async def no_way(context):
await context.client.disconnect()