Skip to content

Commit 454bdae

Browse files
committed
fix typos
1 parent 77489be commit 454bdae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s
2222
- `plain_snippets` config to force all snippets to be plain. ([GH #3083](https://github.com/kyb3r/modmail/issues/3083))
2323
- `?fpareply` and `?fpreply` to reply to messages with variables plainly.
2424
- `use_nickname_channel_name` config to use nicknames instead of usernames for channel names. ([GH #3112](https://github.com/kyb3r/modmail/issues/3112))
25-
- `use_random_channel_name` config to use random nicknames vaguely tied to user ID. It is unable to be computed in reverse. ([GH #3143](https://github.com/kyb3r/modmail/issues/3143)
25+
- `use_random_channel_name` config to use random nicknames vaguely tied to user ID. It is unable to be computed in reverse. ([GH #3143](https://github.com/kyb3r/modmail/issues/3143))
2626
- `show_log_url_button` config to show Log URL button. ([GH #3122](https://github.com/kyb3r/modmail/issues/3122))
2727
- Select menus for certain paginators.
2828
- `Title` field in `?logs`. ([GH #3142](https://github.com/kyb3r/modmail/issues/3142))
@@ -33,6 +33,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s
3333
- Modmail now uses per-server avatars if applicable. ([GH #3048](https://github.com/kyb3r/modmail/issues/3048))
3434
- Use discord relative timedeltas. ([GH #3046](https://github.com/kyb3r/modmail/issues/3046))
3535
- Use discord native buttons for all paginator sessions.
36+
- `?help` and `?blocked` paginator sessions now have better multi-page UI.
3637

3738
### Fixed
3839

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
class ModmailHelpCommand(commands.HelpCommand):
4141
async def command_callback(self, ctx, *, command=None):
42-
"""Ovrwrites original command_callback to ensure `help` without any arguments
42+
"""Overwrites original command_callback to ensure `help` without any arguments
4343
returns with checks, `help all` returns without checks"""
4444
if command is None:
4545
self.verify_checks = True

0 commit comments

Comments
 (0)