Soheab
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
discord/ext/commands/errors.py
|
|
@ -1080,7 +1080,7 @@ class ExtensionNotFound(ExtensionError): |
|
|
|
""" |
|
|
|
|
|
|
|
def __init__(self, name: str) -> None: |
|
|
|
msg = f'Extension {name!r} could not be loaded.' |
|
|
|
msg = f'Extension {name!r} could not be loaded or found.' |
|
|
|
super().__init__(msg, name=name) |
|
|
|
|
|
|
|
|
|
|
|