From 17059b74d02a655c2211a82de95347fff3ccd553 Mon Sep 17 00:00:00 2001 From: Noah <117038300+NoahCxrest@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:07:18 -0700 Subject: [PATCH] Update api.py --- utils/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/api.py b/utils/api.py index 036956d..012b807 100644 --- a/utils/api.py +++ b/utils/api.py @@ -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 )