mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-21 20:38:01 +00:00
6 lines
168 B
Python
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()
|