From ef7b8d6b9d8cc5bc9e2bea3d5eda07107f5f6dd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 17:17:01 +0100 Subject: [PATCH] Format Python code with psf/black (#127) Co-authored-by: ltzmax --- suggestion/suggestion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suggestion/suggestion.py b/suggestion/suggestion.py index 7cc3a543..5aa81dc1 100644 --- a/suggestion/suggestion.py +++ b/suggestion/suggestion.py @@ -133,7 +133,7 @@ async def on_message_without_command(self, message: discord.Message): ) embed.set_author( name=f"{message.author} ({message.author.id})", - #icon_url=message.author.avatar.url, + # icon_url=message.author.avatar.url, ) # Delete the original message await asyncio.sleep(0.3) @@ -192,7 +192,7 @@ async def suggest_embed(self, ctx, *, message: str): ) embed.set_author( name=f"{ctx.author} ({ctx.author.id})", - #icon_url=ctx.author.avatar.url, + # icon_url=ctx.author.avatar.url, ) msg = await channel.send( f"Suggestion #{next_id}",