Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YagYz authored Sep 3, 2024
1 parent 1e474b4 commit 643c112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
document.getElementById('application-form').addEventListener('submit', function(event) {
event.preventDefault();

const webhookUrl = "deneme";
const webhookUrl = "https://discord.com/api/webhooks/1280621396195545173/vv5Fp8539X0rqmh-cKqc855WNtAG35n86GlxPlBzmbF0VF-o9FDDu0hHYQ90QasxOxqy";

const name = document.getElementById('name').value;
const age = document.getElementById('age').value;
Expand Down

0 comments on commit 643c112

Please sign in to comment.