dgs.utils.utils.send_discord_notification

dgs.utils.utils.send_discord_notification(message: str) None[source]

Sends a notification message to a Discord channel via a webhook.

Parameters:

message – The message content to send to the Discord channel.

Raises:

ValueError – If the Discord webhook URL is not set.