Fix text formatting
This commit is contained in:
parent
e1efb7be55
commit
cbc07dfa84
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class ModcaseCog(Cog):
|
||||||
|
|
||||||
embed = build_embed(
|
embed = build_embed(
|
||||||
title="Recent Action Taken",
|
title="Recent Action Taken",
|
||||||
description="Would you like to open a moderation case for {user.mention}?",
|
description=f"Would you like to open a moderation case for {user.mention}?",
|
||||||
fields=[],
|
fields=[],
|
||||||
)
|
)
|
||||||
embed.set_author(
|
embed.set_author(
|
||||||
|
|
Loading…
Add table
Reference in a new issue