diff --git a/nonebot_plugin_tsugu_bangdream_bot/__init__.py b/nonebot_plugin_tsugu_bangdream_bot/__init__.py index 6be1e46..6abcbbe 100644 --- a/nonebot_plugin_tsugu_bangdream_bot/__init__.py +++ b/nonebot_plugin_tsugu_bangdream_bot/__init__.py @@ -116,7 +116,7 @@ async def send_wrapper(self, bot: Bot, event: Event, send: Union[str, Message, U if self.at: try: user_id = event.get_user_id() - send = At('user', target=user_id) + send + send = At('user', target=user_id) + " " + send except: pass if self.reply: diff --git a/pyproject.toml b/pyproject.toml index 352f93b..bb4d841 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-tsugu-bangdream-bot" -version = "0.1.5" +version = "0.1.6" description = "Koishi-Plugin-Tsugu-BanGDream-Bot 的 NoneBot2 实现" authors = [ {name = "WindowsSov8forUs", email = "qwertyuiop2333@hotmail.com"},