diff options
-rw-r--r-- | pydis_core/utils/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pydis_core/utils/__init__.py b/pydis_core/utils/__init__.py index e14b9e12..6e55f911 100644 --- a/pydis_core/utils/__init__.py +++ b/pydis_core/utils/__init__.py @@ -4,6 +4,7 @@ from pydis_core.utils import ( _monkey_patches, caching, channel, + checks, commands, cooldown, error_handling, @@ -40,6 +41,7 @@ __all__ = [ apply_monkey_patches, caching, channel, + checks, commands, cooldown, error_handling, |