From 38bd00ca684c50b81bfc03182e98912d8c3fe9be Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 30 Mar 2023 11:30:18 -0500 Subject: [PATCH] Update gauntlets.py Add logo to embed --- gauntlets.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gauntlets.py b/gauntlets.py index 5b9e75d..ca89d43 100644 --- a/gauntlets.py +++ b/gauntlets.py @@ -433,6 +433,8 @@ async def run_draft(interaction: discord.Interaction, main_team, this_event, dra final_embed = get_embeds(False)[0] final_embed.title = f'{main_team["lname"]} - {this_event["name"]} Draft' + if main_team['logo']: + final_embed.set_thumbnail(main_team["logo"]) return final_embed