diff options
author | 2023-12-07 18:23:37 +0100 | |
---|---|---|
committer | 2024-01-30 19:08:51 +0000 | |
commit | d92fcbe0057380d7f9fb0eccf0e9d2b3f11c000c (patch) | |
tree | 5df64a8be6d11f31c4af91ed66a5dda63a1ad554 | |
parent | bump version & changelog (diff) |
export checks module from the utils package
-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, |