Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Birthday] fix a typo related to the minutes for birthday command #138

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion birthday/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ async def time(self, ctx: commands.Context, *, time: TimeConverter):
Minutes are ignored.

**Examples:**
- `[p]bdset time 7:00` - set the time to 7:45AM UTC
- `[p]bdset time 7:00` - set the time to 7:00AM UTC
- `[p]bdset time 12AM` - set the time to midnight UTC
- `[p]bdset time 3PM` - set the time to 3:00PM UTC
"""
Expand Down
2 changes: 1 addition & 1 deletion docs/cogs/birthday.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Set the time of day for the birthday message.
Minutes are ignored.

**Examples:**
- ``[p]bdset time 7:00`` - set the time to 7:45AM UTC
- ``[p]bdset time 7:00`` - set the time to 7:00AM UTC
- ``[p]bdset time 12AM`` - set the time to midnight UTC
- ``[p]bdset time 3PM`` - set the time to 3:00PM UTC

Expand Down
Loading