Skip to content

Commit 4d620d5

Browse files
committed
Fix typo
1 parent b18e896 commit 4d620d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async def on_raw_reaction_add(self, reaction):
4848
add_localized_times_to_embed(embed, notification.date)
4949

5050
message = await channel.send(
51-
"Hey @everyone 👋 the next monthly meeting will happen"
51+
"Hey @everyone 👋 the next monthly meeting will happen "
5252
f"{notification.date.humanize()} 📅\n"
5353
f"Realtime notes will be posted here: {NOTES_LINK}.\n\n"
5454
"Feel free to add any topics you'd like to discuss in the meeting! 🍓",

0 commit comments

Comments
 (0)