im having issues loading my cogs using this method.
for extensions in disnake.utils.search_directory("./src/vrole/cogs"):
self.load_extensions(extensions)
error
Traceback (most recent call last):
File "c:\Github\VanityRoles\src\vroles\bot\__init__.py", line 50, in setup
self.load_extension(extensions)
File "C:\Users\jmart\AppData\Local\Programs\Python\Python310\lib\site-packages\disnake\ext\commands\common_bot_base.py", line 469, in load_extension
spec = importlib.util.find_spec(name)
File "C:\Users\jmart\AppData\Local\Programs\Python\Python310\lib\importlib\util.py", line 94, in find_spec
parent = __import__(parent_name, fromlist=['__path__'])
ModuleNotFoundError: No module named 'src'