Skip to content

Commit

Permalink
fix: "typo" in birthday.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AiroPi committed Nov 12, 2024
1 parent 43667a7 commit fa6c76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogs/birthday.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async def birthday(self) -> None:
else:
send_method = self.general_channel.send

await send_method(f"Eh ! {pi.display} a anniversaire ! Souhaitez-le lui !")
await send_method(f"Eh ! {pi.display} a son anniversaire ! Souhaitez-le lui 🫵 !")


class TellHappyBirthday(ui.View):
Expand Down

0 comments on commit fa6c76b

Please sign in to comment.