It throws this error when loaded, which is problem with many other cogs.
"Exception during loading of package
Traceback (most recent call last):
File "/data/venv/lib/python3.11/site-packages/redbot/core/core_commands.py", line 188, in _load
await bot.load_extension(spec)
File "/data/venv/lib/python3.11/site-packages/redbot/core/bot.py", line 1686, in load_extension
await lib.setup(self)
TypeError: object NoneType can't be used in 'await' expression
"
It throws this error when loaded, which is problem with many other cogs.
"Exception during loading of package Traceback (most recent call last): File "/data/venv/lib/python3.11/site-packages/redbot/core/core_commands.py", line 188, in _load await bot.load_extension(spec) File "/data/venv/lib/python3.11/site-packages/redbot/core/bot.py", line 1686, in load_extension await lib.setup(self) TypeError: object NoneType can't be used in 'await' expression "