Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 4aec2f0

Browse files
committed
Don't load docs
1 parent 4397732 commit 4aec2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_orangcbot/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def convert_none_to_0(key: Optional[ConvertibleToInt] = None) -> int:
108108
bot.load_extension("extensions.github")
109109
bot.load_extension("extensions.swiftie")
110110
bot.load_extension("extensions.oneword")
111-
bot.load_extension("extensions.docs")
111+
# bot.load_extension("extensions.docs")
112112
# bot.load_extension("extensions.stars")
113113
bot.load_extension("extensions.ping_cutedog")
114114
bot.load_extension("extensions.chatbot")

0 commit comments

Comments
 (0)