From d92fcbe0057380d7f9fb0eccf0e9d2b3f11c000c Mon Sep 17 00:00:00 2001 From: shtlrs Date: Thu, 7 Dec 2023 18:23:37 +0100 Subject: export checks module from the utils package --- pydis_core/utils/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3