Skip to content

Commit

Permalink
ip change
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Feb 19, 2024
1 parent f4a2f2a commit 67c44bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/statistics.js
Expand Up @@ -175,7 +175,7 @@ module.exports = async function (client) {
let prop = "❌";
try {
const apiUrl =
"https://api.steampowered.com/IGameServersService/GetServerList/v1/?key=315F486717B5586382BEEF04F5C84696&filter=addr\\213.219.142.165:27017";
"https://api.steampowered.com/IGameServersService/GetServerList/v1/?key=315F486717B5586382BEEF04F5C84696&filter=addr\\212.233.45.77:27017";
let response = await fetch(apiUrl);
let jsonData = await response.json();
console.log(jsonData);
Expand Down

0 comments on commit 67c44bc

Please sign in to comment.