diff options
author | 2022-03-15 12:11:31 +0000 | |
---|---|---|
committer | 2022-03-15 12:11:31 +0000 | |
commit | ccd16f598ce5088b193c2d6ca800ca7dda79250f (patch) | |
tree | 9c1490ada8adb69df9d8a2c7c0b2158cfa4e428c /botcore/utils/extensions.py | |
parent | Revert back to discord.py (diff) |
Change all instance of disnake to discord
Diffstat (limited to 'botcore/utils/extensions.py')
-rw-r--r-- | botcore/utils/extensions.py | 2 |
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: |