dc_webhook_from_url
dc_webhook_from_url(url)
#
Gets the webhook from the specified URL.
Blocking function
Invoking this function can freeze the game.
Use it in a task
to avoid freezing your game.
Input parameters#
Parameter | Type | Description |
---|---|---|
url |
String | The URL of the webhook. |
Output values#
Return values#
Uncaught exceptions #
- Throws an exception on failure.