Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paris-ci committed Dec 11, 2023
1 parent ca5cf75 commit 41eb2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogs/ducks_spawning.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async def spawn_ducks(self, now: int):
embed = discord.Embed()

embed.colour = discord.Colour.green()
embed.title = f"It's freetime !"
embed.title = f"It's freetime!"
embed.description = f"Your magazines have been refilled, and confiscated weapons have just been released"
dtnow = datetime.datetime.fromtimestamp(now)
if dtnow.day == 1 and dtnow.month == 4:
Expand Down

0 comments on commit 41eb2db

Please sign in to comment.