PagerMaid_Plugins/noway.py

6 lines
168 B
Python
Raw Normal View History

2022-02-01 10:45:23 +00:00
from pagermaid.listener import listener
@listener(is_plugin=True, outgoing=True, ignore_edited=False)
async def no_way(context):
await context.client.disconnect()