Skip to content

Commit

Permalink
🚨 auto fix by pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and HsiangNianian committed Feb 20, 2023
1 parent 857ae7b commit 87d6712
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iamai/adapter/cqhttp/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async def reply(self, msg: "T_CQMSG") -> Dict[str, Any]:
return await self.adapter.send_group_msg(
group_id=self.group_id, message=CQHTTPMessage(msg)
)

class NoticeEvent(CQHTTPEvent):
"""通知事件"""

Expand Down
2 changes: 1 addition & 1 deletion test/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ host = "127.0.0.1"
port = 8080
url = "/cqhttp/ws"
api_timeout = 100
debug = true
debug = true
2 changes: 1 addition & 1 deletion test/plugins/echo.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ async def rule(self) -> bool:
if self.event.type == "message_sent":
return self.event.message.startswith("echo ")
else:
return False
return False

0 comments on commit 87d6712

Please sign in to comment.