diff --git a/suggestions/suggestions.py b/suggestions/suggestions.py index b75c3ee..b3e17ff 100644 --- a/suggestions/suggestions.py +++ b/suggestions/suggestions.py @@ -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],