We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f8b7c commit d3fbca2Copy full SHA for d3fbca2
core/thread.py
@@ -232,9 +232,7 @@ async def send_recipient_genesis_message():
232
else:
233
footer = self.bot.config["thread_creation_footer"]
234
235
- embed.set_footer(
236
- text=footer, icon_url=self.bot.get_guild_icon(guild=self.bot.guild, size=128)
237
- )
+ embed.set_footer(text=footer, icon_url=self.bot.get_guild_icon(guild=self.bot.guild, size=128))
238
embed.title = self.bot.config["thread_creation_title"]
239
240
if creator is None or creator == recipient:
0 commit comments