
Next, choose which events would you like to trigger this webhook, just the push event, send me everything, or let me select individual events.įinally, click the Add webhook button in the GitHub repository to finish. Then, click the Add webhook button and paste the Discord webhook URL (append “ /github” at the end of the URL) into the Payload URL columnīesides, you are recommended to stick with application/json for content type for Discord’s webhook format really likes JSON. Select which GitHub repository you would like to get updates from and go to its Settings > Webhooks.
#Discord webook example code#
You can rely on Discord’s webhooks to send any code merge or push updates in a GitHub repository of yours into a text channel in your Discord server.
#Discord webook example how to#
Then, how to set up webhooks Discord? Below is an example of establishing webhooks with GitHub. Now, you have your own URL that you can link to a lot of other websites to receive messages from. Just move to Server Settings > Integrations, click View Webhooks in the Integrations tab, unfold the target webhook on the next page, and modify or delete webhook. The way to edit or remove a webhook from your Discord server is easy.
#Discord webook example full#
This will output a full combat log leading to every player's death in blocks of text. CombatActivityDiscordWebhook is the webhook to use to report combat activity.GroupActivityDiscordIconURL is the URL to an icon to use for the group activity tracking on your server (optional).GroupActivityDiscordWebhook is the webhook used to track group activity (group creation, adding, removing of players.).AdminCmdDiscordIcon is the URL to an icon to use for the command usage tracking webhook (optional).AdminCmdDiscordWebhook is the webhook used to track command usage activity on your server.LoginDiscordIconURL is the URL to an icon to use for the login discord webhook (optional).LoginDiscordWebhook is the webhook used to track login/logout activity on your server.ChatReportIconURL is the URL to an icon to use for the chat discord webhook (optional).

ChatReportDiscordWebhook is the webhook that will be used for chat activity.The output for such setup, using the Chat webhook as example, will look like this on Discord:

Once that is done, open the Game.ini file, located under your is the command the player has used. These feeds can be put in separate private moderation channels, or all in the same spot and/or using the same Discord Webhook (not recommended).įirst of all, you will need to Create discord webhooks on your Discord server. With the Discord Webhooks, you can track your server(s) activity live and monitor chat, combat, group activity, logins/logouts, and admin command usage. To set up your Beasts of Bermuda Server to communicate with your Discord server through a config setup.To implement Discord webhooks on your Discord Server.Using Discord webhooks Beasts of Bermuda, as of recently, supports Discord webhooks to better moderate your dedicated servers. 4.3 Command activity webhook output example.4.2 Group activity webhook output example.2.1 Setting up a custom format for Webhooks.
