Closed Tronus1409 closed 1 year ago
I can only assume an out-of-date discord.py is being used. I am using the latest version and am unable to reproduce this issue. This issue is an attribute error, which should be easily reproducible across all platforms, yet it is not.
ill have the following problem after selecting a bot: Ignoring exception in on_ready Traceback (most recent call last): File "C:\Users\Tristan\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\client.py", line 343, in _run_event await coro(*args, **kwargs) File "C:\Users\Tristan\Downloads\discord-raidkit-master\Discord Raidkit v2.3.4\tools\raider.py", line 76, in on_ready await self.tree.sync() ^^^^^^^^^ AttributeError: 'Raider' object has no attribute 'tree'