aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_core/utils
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-12-07 18:23:37 +0100
committerGravatar Chris Lovering <[email protected]>2024-01-30 19:08:51 +0000
commitd92fcbe0057380d7f9fb0eccf0e9d2b3f11c000c (patch)
tree5df64a8be6d11f31c4af91ed66a5dda63a1ad554 /pydis_core/utils
parentbump version & changelog (diff)
export checks module from the utils package
Diffstat (limited to 'pydis_core/utils')
-rw-r--r--pydis_core/utils/__init__.py2
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,