reformat code

This commit is contained in:
mudkipdev
2023-09-20 16:30:07 -06:00
parent c84a537e27
commit 4f2f13b564

View File

@@ -189,7 +189,9 @@ class Announcement:
setattr(self, option.id, converted_value)
return True
async def get_embed(self, *, bot: commands.Bot, show_author: bool = False) -> discord.Embed:
async def get_embed(
self, *, bot: commands.Bot, show_author: bool = False
) -> discord.Embed:
embed = discord.Embed(
color=bot.config.embed_color,
title=self.title,