From f091fd452988493242b307d92cde16d9fc7d23ea Mon Sep 17 00:00:00 2001 From: xtaodada Date: Tue, 1 Feb 2022 18:45:23 +0800 Subject: [PATCH] fix a bug --- noway.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 noway.py 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()