PagerMaid_Plugins/noway.py
2022-02-01 18:45:23 +08:00

6 lines
168 B
Python

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