Hello there,
my bridge commands does not work after i updated pycord from 2.2. to 2.3.2
traceback:
Failed to load extension cogs.dcCommands.
Traceback (most recent call last):
File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\cog.py", line 786, in _load_from_module_spec
setup(self)
File "C:\Users\xxx\Desktop\xxx\Python310\WiP\cogs\dcCommands.py", line 559, in setup
bot.add_cog(DcCommands(bot))
File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\cog.py", line 656, in add_cog
cog = cog._inject(self)
File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\cog.py", line 545, in _inject
bot.bridge_commands.append(command)
AttributeError: 'MainBot' object has no attribute 'bridge_commands'
The above exception was the direct cause of the following exception: