Skip to content

Commit d92fcbe

Browse files
shtlrsChrisLovering
authored andcommitted
export checks module from the utils package
1 parent 99b3e84 commit d92fcbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pydis_core/utils/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
_monkey_patches,
55
caching,
66
channel,
7+
checks,
78
commands,
89
cooldown,
910
error_handling,
@@ -40,6 +41,7 @@ def apply_monkey_patches() -> None:
4041
apply_monkey_patches,
4142
caching,
4243
channel,
44+
checks,
4345
commands,
4446
cooldown,
4547
error_handling,

0 commit comments

Comments
 (0)