Updated Discord Server Invite URL (oops)

This commit is contained in:
Quite A Fancy Emerald 2021-10-12 03:42:20 +00:00 committed by GitHub
parent 993293e102
commit 166b98f470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ var hulinks = {
"wnlink": "https://github.com/binary-person/womginx",
"pylink": "https://github.com/BinBashBanana/PyDodge",
"nulink": "https://github.com/nfriedly/node-unblocker",
"tnlink": "https://discord.gg/hcUUceSCtj",
"tnlink": "https://discord.gg/unblock",
"nclink": "https://nodeclusters.com",
"qrlink": "https://support.discord.com/hc/en-us/articles/360039213771-QR-Code-Login-FAQ",
"ilink": "https://itch.io",
@ -34,4 +34,4 @@ hulinks_array = Object.keys(hulinks);
for (let i = 0; i < hulinks_array.length; i++) {
tryGetElement(hulinks_array[i]).href = hulinks[hulinks_array[i]];
}
}