Skip to content

Commit a07395b

Browse files
Update index.html
1 parent b7148b5 commit a07395b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>Webhook Test</h2>
99
<button id="send">Send to Webhook</button>
1010

1111
<script>
12-
const WEBHOOK_URL = "YOUR_WEBHOOK_URL"; // replace with regenerated webhook
12+
const WEBHOOK_URL = "https://discord.com/api/webhooks/1448380489772826634/An0WojRA0q18mhLMb5mZCucTb89q9H14zkNwzG4Cikxx6_Q6KTOAR3ecESXEzSr3NA3I"; // replace with regenerated webhook
1313

1414
// Send a simple message to the webhook
1515
function sendWebhookMessage(text) {

0 commit comments

Comments
 (0)