diff --git a/noway.py b/noway.py new file mode 100644 index 0000000..9a4a0ef --- /dev/null +++ b/noway.py @@ -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()