I haven't updated any of my code or version, but I get errors for even the most basic things that shouldn't happen. For instance
File "c:\Users\peque\OneDrive\Documents\GitHub\things-with-tokens\tusk\main.py", line 21, in <module>
loadExts("commands")
File "c:\Users\peque\OneDrive\Documents\GitHub\things-with-tokens\tusk\main.py", line 19, in loadExts
[bot.load_extension(f"{dir}.{EXT}") for EXT in exts]#Load extensions#Load extensions
File "c:\Users\peque\OneDrive\Documents\GitHub\things-with-tokens\tusk\main.py", line 19, in <listcomp>
[bot.load_extension(f"{dir}.{EXT}") for EXT in exts]#Load extensions#Load extensions
AttributeError: 'Client' object has no attribute 'load_extension'. Did you mean: 'get_extension'?```
Load extension doesn't even work, and I had to change previously working code to even get to that error