From 144aff69898726727fbe3c2f8958f485e81095ab Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Tue, 3 May 2022 10:44:21 -0600 Subject: [PATCH] Change embed description --- jarvis/cogs/admin/modcase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/cogs/admin/modcase.py b/jarvis/cogs/admin/modcase.py index 6ff5769..52faccf 100644 --- a/jarvis/cogs/admin/modcase.py +++ b/jarvis/cogs/admin/modcase.py @@ -120,7 +120,7 @@ class CaseCog(Cog): embed = build_embed( title=f"Moderation Case [{mod_case.id}]", - description=f"{status} case against {user_text} opened by {admin_text}", + description=f"{status} case against {user_text} [**opened by {admin_text}**]", fields=fields, timestamp=mod_case.created_at, )