We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the account cog updated to version 3.5 yet? I am getting this error currently when attempting to load the cog.
ERROR [red] Package loading failed ┌───────────────────────────────────────── Traceback (most recent call last) ─────────────────────────────────────────┐ │ C:\Users\Jared\redenv\Lib\site-packages\redbot\core\core_commands.py:188 in _load │ │ > 188 await bot.load_extension(spec) │ │ C:\Users\Jared\redenv\Lib\site-packages\redbot\core\bot.py:1686 in load_extension │ │ > 1686 await lib.setup(self) │ └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ TypeError: object NoneType can't be used in 'await' expression [03:40:32] WARNING [py.warnings] C:\Users\Jared\AppData\Local\Red-DiscordBot\Red-DiscordBot\data\auxbot\cogs\CogManager\cogs\account\__init__.py:4: RuntimeWarning: coroutine 'Red.add_cog' was never awaited bot.add_cog(Account(bot))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is the account cog updated to version 3.5 yet? I am getting this error currently when attempting to load the cog.
ERROR [red] Package loading failed ┌───────────────────────────────────────── Traceback (most recent call last) ─────────────────────────────────────────┐ │ C:\Users\Jared\redenv\Lib\site-packages\redbot\core\core_commands.py:188 in _load │ │ > 188 await bot.load_extension(spec) │ │ C:\Users\Jared\redenv\Lib\site-packages\redbot\core\bot.py:1686 in load_extension │ │ > 1686 await lib.setup(self) │ └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ TypeError: object NoneType can't be used in 'await' expression [03:40:32] WARNING [py.warnings] C:\Users\Jared\AppData\Local\Red-DiscordBot\Red-DiscordBot\data\auxbot\cogs\CogManager\cogs\account\__init__.py:4: RuntimeWarning: coroutine 'Red.add_cog' was never awaited bot.add_cog(Account(bot))
The text was updated successfully, but these errors were encountered: