https://github.com/Dorukyum/pycord-multicog/blob/main/pycord/multicog/__init__.py
If we take a look at the arg: bot, it requires discord.Bot, but it can be discord.AutoShardedBot or any discord bot type.
#wrong type in pycord.multicog
1 messages · Page 1 of 1 (latest)
discord.AutoShardedBot inherits from discord.Bot anyways
there shouldnt be a need to specify it explicitly
k but pylint will be rlly angry