Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discord web hook not working #12

Open
snaffey opened this issue Dec 8, 2023 · 1 comment
Open

discord web hook not working #12

snaffey opened this issue Dec 8, 2023 · 1 comment

Comments

@snaffey
Copy link

snaffey commented Dec 8, 2023

I defined the webhook on the credentials.py

py insta.py
Traceback (most recent call last):
File "C:\Users\tiago\Downloads\insta-follow-tracker-master\insta.py", line 22, in
webhook = DiscordWebhook(url=discord_webhook_url, avatar_url="https://i.imgur.com/IpIG5TP.png", username="Instagram Statistics Tracker")
^^^^^^^^^^^^^^^^^^^
NameError: name 'discord_webhook_url' is not defined. Did you mean: 'discord_webhook'?

@Silverarmor
Copy link
Owner

In credentials.py looks like you defined discord_webhook rather then discord_webhook_url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants