How to intergrate github events with discord? #107
-
Please explain about webhooks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello. With this discord webhooks, we can make any discord bot. |
Beta Was this translation helpful? Give feedback.
-
To integrate GitHub events (such as push, pull requests, etc.) with a Discord server, you can use GitHub Webhooks and set them to send events to a Discord channel. Here's a step-by-step guide on how to do it:
Open Discord and navigate to your server. Example of the Events on Discord The messages will typically include: Event type (push, pull request, etc.). css
If you need to extend or fine-tune this integration further (e.g., filtering events, formatting messages), I can guide you through that as well. |
Beta Was this translation helpful? Give feedback.
Hello.
There is the following link.
https://gist.github.com/jagrosh/5b1761213e33fc5b54ec7f6379034a22
With this discord webhooks, we can make any discord bot.