Skip to content

Commit

Permalink
feat(echo_cqhttp): add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Nov 10, 2024
1 parent 0fe7081 commit a925158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/plugins/echo_cqhttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ async def rule(self) -> bool:
if self.event.type != "message":
return False
return self.event.message.startswith("echo ")

0 comments on commit a925158

Please sign in to comment.