mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 15:06:07 +00:00
[commands] Correct ExtensionNotFound error message
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
This commit is contained in:
parent
b1b736971a
commit
743ef27dd7
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user