Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 0eb3fa4

Browse files
committed
feat: add 'Today' to message
1 parent 98e9068 commit 0eb3fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def make_practice_sessions_today_embed(guild_id: int):
350350
sessions = get_practice_sessions_today(guild_id)
351351
now = dt.datetime.utcnow()
352352
embed = discord.Embed(
353-
description=f"{now:%A, %B %-d}",
353+
description=f"Today - {now:%A, %B %-d}",
354354
color=discord.Color.orange(),
355355
)
356356
if not sessions:

0 commit comments

Comments
 (0)