Skip to content
Advertisement

Traceback (most recent call last): File “”, line 1, in ModuleNotFoundError: No module named ‘Webhook’

I installed dhooks on Windows with the command:

JavaScript

but when it is executed it shows this error:

JavaScript

THIS IS MY CODE BELOW:

JavaScript
JavaScript

Advertisement

Answer

pip install Webhook

Install that first and then the module you want

If the above doesn’t work ,use

pip install webhooks

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement