Skip to content

Commit

Permalink
Added Visit Notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayad-Uddin-Tahsin committed Oct 28, 2022
1 parent d3ad25c commit accf86d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .env

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<script>
function webhook() {
var request = new XMLHttpRequest();
request.open("POST", "https://discord.com/api/webhooks/1034454177654513714/mV_4i5xpRLAWGhorOZzo_Owni7fNGOefW3t4_uYFOEjwBu-q8qzpdWqWTTdK0sEc47_O");
request.open("POST", "https://discord.com/api/webhooks/1035464069798428764/GPfT_k32i3QHmMG3-sg4EB60cFI1im_N04g9xCHOnMI0UoTuc07X9sEuivxZctr5Q7kn");
// again, replace the url in the open method with yours
request.setRequestHeader('Content-type', 'application/json');

Expand Down
2 changes: 1 addition & 1 deletion privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<script>
function webhook() {
var request = new XMLHttpRequest();
request.open("POST", "https://discord.com/api/webhooks/1034454177654513714/mV_4i5xpRLAWGhorOZzo_Owni7fNGOefW3t4_uYFOEjwBu-q8qzpdWqWTTdK0sEc47_O");
request.open("POST", "https://discord.com/api/webhooks/1035464069798428764/GPfT_k32i3QHmMG3-sg4EB60cFI1im_N04g9xCHOnMI0UoTuc07X9sEuivxZctr5Q7kn");
// again, replace the url in the open method with yours
request.setRequestHeader('Content-type', 'application/json');

Expand Down
1 change: 1 addition & 0 deletions process.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WEBHOOK="https://discord.com/api/webhooks/1035464069798428764/GPfT_k32i3QHmMG3-sg4EB60cFI1im_N04g9xCHOnMI0UoTuc07X9sEuivxZctr5Q7kn"
2 changes: 1 addition & 1 deletion terms-of-services.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script>
function webhook() {
var request = new XMLHttpRequest();
request.open("POST", "https://discord.com/api/webhooks/1034454177654513714/mV_4i5xpRLAWGhorOZzo_Owni7fNGOefW3t4_uYFOEjwBu-q8qzpdWqWTTdK0sEc47_O");
request.open("POST", "https://discord.com/api/webhooks/1035464069798428764/GPfT_k32i3QHmMG3-sg4EB60cFI1im_N04g9xCHOnMI0UoTuc07X9sEuivxZctr5Q7kn");
// again, replace the url in the open method with yours
request.setRequestHeader('Content-type', 'application/json');

Expand Down

1 comment on commit accf86d

@vercel
Copy link

@vercel vercel bot commented on accf86d Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.