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

Commit

Permalink
autoload ext
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskDuck committed Jun 15, 2024
1 parent 47f9ca6 commit 71ee63f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _orangcbot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def convert_none_to_0(key: Optional[ConvertibleToInt] = None) -> int:
# TODO: Remove onami when nextcord 3.0 release
if nextcord.version_info < (3, 0, 0):
bot.load_extension("onami")
bot.load_extension("extensions.antihoist")

bot.load_extension("extensions.fun")
bot.load_extension("extensions.faq")
Expand Down

0 comments on commit 71ee63f

Please sign in to comment.