Skip to content

Commit

Permalink
feat: at 后跟空格
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsSov8forUs committed May 21, 2024
1 parent e090caa commit d2e3e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_tsugu_bangdream_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"},
Expand Down

0 comments on commit d2e3e49

Please sign in to comment.