Skip to content

Commit d3fbca2

Browse files
committed
Fix black
Fixed black formatting #3371, didnt know it needs to be ran for just changing this small word.
1 parent 15f8b7c commit d3fbca2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/thread.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ async def send_recipient_genesis_message():
232232
else:
233233
footer = self.bot.config["thread_creation_footer"]
234234

235-
embed.set_footer(
236-
text=footer, icon_url=self.bot.get_guild_icon(guild=self.bot.guild, size=128)
237-
)
235+
embed.set_footer(text=footer, icon_url=self.bot.get_guild_icon(guild=self.bot.guild, size=128))
238236
embed.title = self.bot.config["thread_creation_title"]
239237

240238
if creator is None or creator == recipient:

0 commit comments

Comments
 (0)