Skip to content

Commit 9a8f61e

Browse files
committed
IDs in <member> commands work now.
1 parent 0ab4eaf commit 9a8f61e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s
1313
- Retry with `null-discrim` if channel could not be created. ([GH #2934](https://github.com/kyb3r/modmail/issues/2934))
1414
- Fix update notifications.
1515
- Retrieve user from Discord API if user has left the server, resolving issues in `?block`. ([GH #2935](https://github.com/kyb3r/modmail/issues/2935), [PR #2936](https://github.com/kyb3r/modmail/pull/2936))
16+
- IDs in `<member>` commands work now.
1617

1718
# v3.8.1
1819

core/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def strtobool(val):
4747
raise
4848

4949

50-
class User(commands.IDConverter):
50+
class User(commands.MemberConverter):
5151
"""
5252
A custom discord.py `Converter` that
5353
supports `Member`, `User`, and string ID's.

0 commit comments

Comments
 (0)