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

Commit

Permalink
Don't load docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskDuck committed Sep 1, 2024
1 parent 4397732 commit 4aec2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _orangcbot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def convert_none_to_0(key: Optional[ConvertibleToInt] = None) -> int:
bot.load_extension("extensions.github")
bot.load_extension("extensions.swiftie")
bot.load_extension("extensions.oneword")
bot.load_extension("extensions.docs")
# bot.load_extension("extensions.docs")
# bot.load_extension("extensions.stars")
bot.load_extension("extensions.ping_cutedog")
bot.load_extension("extensions.chatbot")
Expand Down

0 comments on commit 4aec2f0

Please sign in to comment.