Dont working bot.load_extension #7740
-
Beta Was this translation helpful? Give feedback.
Answered by
AbstractUmbra
Mar 21, 2022
Replies: 1 comment 13 replies
-
There have been extensive changes on the current This means that such things as: You can see more in a gist that Danny wrote up on it. |
Beta Was this translation helpful? Give feedback.
13 replies
Answer selected by
neJok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There have been extensive changes on the current
master
branch of the repository, namely making most of the extension methods of the bot asynchronous.This means that such things as:
Bot.add_cog()
Bot.remove_cog()
Bot.load_extension
Bot.unload_extension
and
Bot.reload_extension()
are now coroutine methods.You can see more in a gist that Danny wrote up on it.