Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahCxrest authored Dec 31, 2024
1 parent 5535ee8 commit 17059b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ async def POST_send_priority(

embed = discord.Embed(
title="New Priority Received",
description=f"We have received a new priority request from **{json_data['username']}** ({json_data['user_id']})",
description=f"We have received a new priority request from **<@{json_data['username']}>** ({json_data['user_id']})",
color=BLANK_COLOR
)

Expand Down

0 comments on commit 17059b7

Please sign in to comment.