Skip to content

Commit 6f9de43

Browse files
committed
fix: import converters to utils so doc generation takes place
1 parent 7180770 commit 6f9de43

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
@@ -9,6 +9,7 @@
99
channel,
1010
checks,
1111
commands,
12+
converters,
1213
cooldown,
1314
error_handling,
1415
function,
@@ -47,6 +48,7 @@ def apply_monkey_patches() -> None:
4748
channel,
4849
checks,
4950
commands,
51+
converters,
5052
command_error_handling_module,
5153
error_handling_abstractions,
5254
command_error_manager,

0 commit comments

Comments
 (0)