JakeTurner616/DiscordMovieBot

option import error

Closed this issue · 2 comments

i get the following error after going through all the steps and trying to run bot.py. I have python 3.10:

File "C:\Users\user\DiscordMovieBot\bot.py", line 11, in
from discord import Option
ImportError: cannot import name 'Option' from 'discord'

not sure why but the below fixed it:

pip uninstall dicord -y

pip uninstall py-cord -y

pip install discord

pip install py-cord

pip uninstall discord -y

great product, works well