no module
iamkishann opened this issue · 3 comments
iamkishann commented
ur examples say
from discordWebhooks import Webhook
while readme says
from discord_hooks import Webhook
I tried both sudo pip install discordWebhooks and
pip install discord_hooks
yes I have tried cloning in and installing discordhooks.py but same error when i try to run a example No module named discordhooks (mac)
none seem to work can u help
Thx
bobby-burns commented
There is not a setup.py file inside the repo, which means it cannot be installed with pip any way. To install this you should download the file itself and place it in your bots directory
kyb3r commented
I'll be uploading a rewritten version to pypi soon.
kyb3r commented
Done
pip install dhooks