Skip to content

Commit ddc34c0

Browse files
committed
formatting
1 parent ec399c3 commit ddc34c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bot.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,9 @@ async def autoupdate(self):
16891689
channel = self.update_channel
16901690
if self.hosting_method in (HostingMethod.PM2, HostingMethod.SYSTEMD):
16911691
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}")
1692+
embed.set_footer(
1693+
text=f"Updating Modmail v{self.version} " f"-> v{latest.version} {message}"
1694+
)
16931695
if self.config["update_notifications"]:
16941696
await channel.send(embed=embed)
16951697
else:

0 commit comments

Comments
 (0)