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

iamkishann opened this issue · comments

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

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

I'll be uploading a rewritten version to pypi soon.

Done

pip install dhooks