dc_send_webhook

dc_send_webhook(webhook, content, webhook_message_profile)#

Blocking function

This function is blocking, meaning it can freeze the game. Use it in a task to avoid freezing your game.

Sends a message to the webhook, but in contrast to dc_send_message(webhook, content) also allows to change the webhook_message_profile in one request.