From 7baac27defaa6e8f63d6d0265ec6d444b6ff6b5b Mon Sep 17 00:00:00 2001 From: tisboyo <10230718+tisboyo@users.noreply.github.com> Date: Thu, 17 Dec 2020 21:39:10 +0000 Subject: [PATCH] Re-add code from missing commit ec9731b #27 --- cogs/twitch.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cogs/twitch.py b/cogs/twitch.py index 52a3861..f54bf65 100644 --- a/cogs/twitch.py +++ b/cogs/twitch.py @@ -355,7 +355,11 @@ async def get_twitch_status(): color=discord.Color.green(), type="rich", ) - embed.set_image(url=streamers["thumbnail_url"].format(width=640, height=480)) + + if user_name == "baldengineer": # TODO #27 + embed.set_image(url="https://baldengineer.com/thumb-for-twitch.jpg") + else: + embed.set_image(url=streamers["thumbnail_url"].format(width=640, height=480)) embed.set_thumbnail(url=Twitch.profile_picture[user_name]) embed.add_field( name=streamers["user_name"],