AstraaDev / Discord-Token-Grabber

Simple token grabber developped in python.
https://discord.gg/Ay5dPRdF
180 stars 473 forks source link

Not working #23

Closed 6monthpeek closed 2 years ago

6monthpeek commented 2 years ago

I changed the WEBHOOK URL at line 184. Then I ran it "python token_grabber.py" I saw the cmd screen but webhook didn't send anything.

yokelman commented 2 years ago

I assume you mean the "WEBHOOK_URL" string from line 185.

Have you configured the webhook properly? Make sure you have selected the channel to which it sends correctly. An image showing channel option in webhook settings

Also make sure you have copied and pasted the webhook URL properly. It might just happen that you miss quotation marks either at the start or end of the webhook when replacing "WEBHOOK_URL" from the program.