Skip to content
Snippets Groups Projects
Commit 46765924 authored by dnns01's avatar dnns01
Browse files

Improve forecast embed

parent 20a9b4a7
Branches
No related tags found
No related merge requests found
......@@ -144,6 +144,7 @@ class TwitchSchedule(commands.GroupCog, name="schedule"):
value += f"{segment.channel.emoji} {segment.timeframe()}\n{segment.title}\n\n"
if len(value) > 0:
value = f"{value[:-1]}\u200b"
embed.add_field(name=name, value=value, inline=False)
curr_day += timedelta(days=1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment