Michael H
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/ext/commands/converter.py
|
@ -70,7 +70,7 @@ def _get_from_guilds(bot, getter, argument): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_utils_get = discord.utils.get |
|
|
_utils_get = discord.utils.get |
|
|
T = TypeVar("T") |
|
|
T = TypeVar('T', covariant=True) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@runtime_checkable |
|
|
@runtime_checkable |
|
|