From d1ec5b0a78d8bc2a608b61585eab3b2e3c44de24 Mon Sep 17 00:00:00 2001 From: Izan Date: Fri, 15 Jul 2022 21:56:34 +0100 Subject: Add commands.py to __init__.py --- botcore/utils/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'botcore') diff --git a/botcore/utils/__init__.py b/botcore/utils/__init__.py index fa389743..2e493374 100644 --- a/botcore/utils/__init__.py +++ b/botcore/utils/__init__.py @@ -1,6 +1,6 @@ """Useful utilities and tools for Discord bot development.""" -from botcore.utils import _monkey_patches, caching, channel, logging, members, regex, scheduling +from botcore.utils import _monkey_patches, caching, channel, commands, logging, members, regex, scheduling from botcore.utils._extensions import unqualify @@ -24,6 +24,7 @@ __all__ = [ apply_monkey_patches, caching, channel, + commands, logging, members, regex, -- cgit v1.2.3