Hello! I am trying to understand an error I keep receiving when I try to run a Discord bot that I am trying to make with Python.
But everytime I try to, I get an error that sounds like a missing file, I add it but get the same error.
If anyone is able to please help me understand what this means and to help fix it, I would appreciate it!
Exception has occurred: ModuleNotFoundError
No module named 'discord.ext'; 'discord' is not a package
AttributeError: module 'discord' has no attribute '__path__'
During handling of the above exception, another exception occurred:
File "/home/Firelight7118/Discord_Bot/commands.py", line 2, in <module>
from discord.ext import commands
ModuleNotFoundError: No module named 'discord.ext'; 'discord' is not a package