We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18e896 commit 4d620d5Copy full SHA for 4d620d5
src/bot.py
@@ -48,7 +48,7 @@ async def on_raw_reaction_add(self, reaction):
48
add_localized_times_to_embed(embed, notification.date)
49
50
message = await channel.send(
51
- "Hey @everyone 👋 the next monthly meeting will happen"
+ "Hey @everyone 👋 the next monthly meeting will happen "
52
f"{notification.date.humanize()} 📅\n"
53
f"Realtime notes will be posted here: {NOTES_LINK}.\n\n"
54
"Feel free to add any topics you'd like to discuss in the meeting! 🍓",
0 commit comments