Skip to content

Commit

Permalink
made reply prettier on nerimity
Browse files Browse the repository at this point in the history
  • Loading branch information
Deutscher775 committed Oct 31, 2024
1 parent 42c0574 commit 336fcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/astroidapi/sending_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async def send_to_nerimity(cls, updated_json, endpoint, attachments: list = None
}
if updated_json["meta"]["message"]["isReply"] is True:
payload = {
"content": f"> **{updated_json['meta']['message']['reply']['author']}**\n> {updated_json['meta']['message']['reply']['message']}\n\n**{message_author_name}**: {message_content}",
"content": f"> **{updated_json['meta']['message']['reply']['author']}**: {updated_json['meta']['message']['reply']['message']}\n\n**{message_author_name}**: {message_content}",
}
nerimityCdnFileId = None
if attachments is not None:
Expand Down

0 comments on commit 336fcee

Please sign in to comment.