Digiwind / Digiwind-Videos

All code used in Digiwind's videos
34 stars 20 forks source link

ImportError: cannot import name 'Option' from 'discord' #1

Closed spxrtzy closed 1 year ago

spxrtzy commented 2 years ago

I am using the timeout function, but whenever i run the bot i get this error.

ImportError: cannot import name 'Option' from 'discord'

Digiwind commented 2 years ago

Do you have Pycord installed? Either through pip (more stable) or by clone?

pip install py-cord==2.0.0b1 (Pycord v2) git clone https://github.com/Pycord-Development/pycord

Edit: if you're coming from Discord.py, make sure you're in a virtual environment or have uninstalled discord.py.