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 4212c59 commit 15f8b7cCopy full SHA for 15f8b7c
core/thread.py
@@ -233,7 +233,7 @@ async def send_recipient_genesis_message():
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.modmail_guild, size=128)
+ text=footer, icon_url=self.bot.get_guild_icon(guild=self.bot.guild, size=128)
237
)
238
embed.title = self.bot.config["thread_creation_title"]
239
0 commit comments