Skip to content

community-network/supporter-discord-webhook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

  1. Go to your webhook dashboard
  2. Click on add a webhook
    Step 2
  3. Change the payload url to this domain
    Step 3
  4. Change the Content type to application/json
    Step 4
  5. Leave Secret blank, keep Active checked and hit Create webhook
    Step 5
  6. Please note, the first time you do this you should get a message in your discord server. If this happens you have successfully completed the webhook. If not, please review you're steps or open an Issue.

Get a webhook

To get your domain, open up discord and go to the channel you want your webhook to be sent to and go to settings > Integrations > Webhooks and click new webhook. Customize this as much as you want and then hit Copy Webhook URL. This should look something like this https://discord.com/api/webhooks/WEBHOOK_ID/WEBHOOK_AUTH. In the example domain I've used WEBHOOK_ID and WEBHOOK_AUTH. Copy these from your discord webhook and place them in this domain https://supporter-webhook.gametools.network?webhook_id=WEBHOOK_ID&webhook_auth=WEBHOOK_AUTH. Congratulations, you now have a webhook that will work for discord. You can also add a variable color to the domain to get a custom colour on your embed. This must be in decimal so convert from hex to decimal.

Your embed will look like this but the icon and title will change for the price of and user who supported you. Foo will also change to the description of your package. More customizations coming soon.

webhook_discord

About

A way to send webhooks to discord using github supporters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 93.8%
  • Dockerfile 6.2%