fix(suggestions): fixed missing )
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
dba49b05c5
commit
672a60da40
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class Suggestions(commands.Cog):
|
|||
content = old_msg.content
|
||||
approved = "Approved" if approve else "Denied"
|
||||
embed.title = f"Suggestion {approved} (#{suggestion_id})"
|
||||
footer = [f"{approved} by {self.check_discrim(author)} • ({author.id}",
|
||||
footer = [f"{approved} by {self.check_discrim(author)} • ({author.id})",
|
||||
author.display_avatar.replace(format="png", size=512)]
|
||||
embed.set_footer(
|
||||
text=footer[0],
|
||||
|
|
Loading…
Reference in a new issue