dc_update_webhook
dc_update_webhook(webhook, profile)
#
Updates a webhook's profile.
Blocking function
Invoking this function can freeze the game.
Use it in a task
to avoid freezing your game.
Input parameters#
Parameter | Type | Description |
---|---|---|
webhook |
Webhook | The webhook to update. |
profile |
Webhook profile updater | The profile to use. |
Output values#
Return values#
- The updated webhook.
Uncaught exceptions #
- Throws an exception on failure.