diff --git a/webhook.php b/webhook.php index 99c5d6d..6bff65a 100644 --- a/webhook.php +++ b/webhook.php @@ -89,7 +89,7 @@ function dnf() { while ($row = $result->fetch_assoc()) { $text .= $row['username'] . "\n"; } - send_text($text); + send_html($text); $conn->close(); }