From 5f1c3792cae7ab78e6b85ed69f61534854b633a8 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 13 Aug 2023 12:23:35 +0800 Subject: feat: 优化架构 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/plugins/e.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/plugins/e.py (limited to 'tests/plugins/e.py') diff --git a/tests/plugins/e.py b/tests/plugins/e.py deleted file mode 100644 index be28e30..0000000 --- a/tests/plugins/e.py +++ /dev/null @@ -1,16 +0,0 @@ -from iamai import Plugin - -class Exec(Plugin): - async def handle(self) -> None: - try: - await self.event.reply(eval(self.event.raw_message[5:])) - except Exception as e: - await self.event.reply(f"ERROR:\n\t{e}") - - async def rule(self) -> bool: - if self.event.adapter.name != "cqhttp": - return False - try: - return self.event.message.get_plain_text().startswith(".show") - except: - return False \ No newline at end of file -- cgit v1.2.3-70-g09d2