We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec399c3 commit ddc34c0Copy full SHA for ddc34c0
bot.py
@@ -1689,7 +1689,9 @@ async def autoupdate(self):
1689
channel = self.update_channel
1690
if self.hosting_method in (HostingMethod.PM2, HostingMethod.SYSTEMD):
1691
embed = discord.Embed(title="Bot has been updated", color=self.main_color)
1692
- embed.set_footer(text=f"Updating Modmail v{self.version} " f"-> v{latest.version} {message}")
+ embed.set_footer(
1693
+ text=f"Updating Modmail v{self.version} " f"-> v{latest.version} {message}"
1694
+ )
1695
if self.config["update_notifications"]:
1696
await channel.send(embed=embed)
1697
else:
0 commit comments