Skip to content

Commit

Permalink
Update sendmsg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PlaceReporter99 committed Apr 30, 2024
1 parent 31d71e9 commit 6cc4295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sendmsg.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ def indent(text):
return "\n".join(" " + x for x in text.split("\n"))


r.send(f'Event "{EVENT_NAME}" was triggered by {f"[{cleaned}](https://github.com/{cleaned})"}.\nPayload:')
r.send(PAYLOAD)
r.send(f'Event "{EVENT_NAME}" was triggered by [{cleaned}](https://github.com/{cleaned}).\nPayload:')
r.send(indent(PAYLOAD))

0 comments on commit 6cc4295

Please sign in to comment.