From f80e9f05b43a4883e58eaf82f2200d31ac87b23e Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 19 Apr 2023 17:08:33 +0800 Subject: rename to `HydroRoll` --- ChienDice/plugins/iamai_plugin_echo/__init__.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 ChienDice/plugins/iamai_plugin_echo/__init__.py (limited to 'ChienDice/plugins/iamai_plugin_echo/__init__.py') diff --git a/ChienDice/plugins/iamai_plugin_echo/__init__.py b/ChienDice/plugins/iamai_plugin_echo/__init__.py deleted file mode 100644 index 98cfa39..0000000 --- a/ChienDice/plugins/iamai_plugin_echo/__init__.py +++ /dev/null @@ -1,17 +0,0 @@ -import re - -from plugins.iamai_plugin_base import CommandPluginBase - -from .config import Config - - -class Echo(CommandPluginBase[None, Config]): - Config = Config - - def __post_init__(self): - self.re_pattern = re.compile(r"(?P.*)", flags=re.I) - - async def handle(self) -> None: - await self.event.reply( - self.format_str(self.config.message_str, self.msg_match.group("echo_str")) - ) -- cgit v1.2.3-70-g09d2