You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
discord.py is already installed but not getting pulled by the code
C:\Users\harsh\Downloads\Vulkan-15.3\Vulkan-15.3>python main.py
Traceback (most recent call last):
File "C:\Users\harsh\Downloads\Vulkan-15.3\Vulkan-15.3\main.py", line 1, in
from Music.VulkanInitializer import VulkanInitializer
File "C:\Users\harsh\Downloads\Vulkan-15.3\Vulkan-15.3\Music\VulkanInitializer.py", line 3, in
from discord.bot import Bot
ModuleNotFoundError: No module named 'discord.bot'
The text was updated successfully, but these errors were encountered:
discord.py is already installed but not getting pulled by the code
C:\Users\harsh\Downloads\Vulkan-15.3\Vulkan-15.3>python main.py
Traceback (most recent call last):
File "C:\Users\harsh\Downloads\Vulkan-15.3\Vulkan-15.3\main.py", line 1, in
from Music.VulkanInitializer import VulkanInitializer
File "C:\Users\harsh\Downloads\Vulkan-15.3\Vulkan-15.3\Music\VulkanInitializer.py", line 3, in
from discord.bot import Bot
ModuleNotFoundError: No module named 'discord.bot'
The text was updated successfully, but these errors were encountered: