No module named dhooks
IchiiDev opened this issue · comments
Ethan commented
Hi, i've installed the package twice today and python says to me that ModuleNotFoundError: No module named 'dhooks'
, while it was working on my other computer... Can you help me ?
Stephen commented
Did you use pip install dhooks
?
Ethan commented
I've done this twice like i said in the thread :/
Ethan commented
Oh ok, just changed the from dhooks import WebHook
to from dhooks import Webhook
and it worked ! EDIT: Worked in the Python console (line by line) but not in my file :/ Even if it's the same code
Ethan commented
oopsy, i've closed then reopened because i thought it was working but it don't work on my .py file
Raqeeb commented
what is the name of the py file you are running?