kyb3r / dhooks

A simple python Discord webhook API wrapper

Home Page:https://discord.gg/etJNHCQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named dhooks

IchiiDev opened this issue · comments

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 ?

Did you use pip install dhooks?

commented

I've done this twice like i said in the thread :/

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

commented

oopsy, i've closed then reopened because i thought it was working but it don't work on my .py file

what is the name of the py file you are running?