Malarne / discord_cogs

GNU General Public License v3.0
26 stars 25 forks source link

Failed to load account cog #80

Open ZooFology opened 1 year ago

ZooFology commented 1 year ago

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))