aboutsummaryrefslogtreecommitdiffstats
path: root/botcore/utils/extensions.py
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-03-15 16:25:28 +0400
committerGravatar GitHub <[email protected]>2022-03-15 16:25:28 +0400
commitbc0a470dcd99007581975f23efabbda9266dac9d (patch)
tree6fa9bc28c1b4b8b495be25031eee39cd71e6d824 /botcore/utils/extensions.py
parentMerge pull request #37 from python-discord/fix/trace-logging (diff)
parentBump version and document breaking change (diff)
Merge pull request #39 from python-discord/revert-disnakev4.0.0
Revert disnake
Diffstat (limited to 'botcore/utils/extensions.py')
-rw-r--r--botcore/utils/extensions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/botcore/utils/extensions.py b/botcore/utils/extensions.py
index 053a58dc..841120c9 100644
--- a/botcore/utils/extensions.py
+++ b/botcore/utils/extensions.py
@@ -28,7 +28,7 @@ def walk_extensions(module: types.ModuleType) -> frozenset[str]:
module (types.ModuleType): The module to look for extensions in.
Returns:
- A set of strings that can be passed directly to :obj:`disnake.ext.commands.Bot.load_extension`.
+ A set of strings that can be passed directly to :obj:`discord.ext.commands.Bot.load_extension`.
"""
def on_error(name: str) -> NoReturn: