Skip to content

Commit

Permalink
switch to anti
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Apr 8, 2024
1 parent 720db9a commit a8d37aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/statistics.js
Original file line number Diff line number Diff line change
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\\212.233.45.197:27017";
"https://api.steampowered.com/IGameServersService/GetServerList/v1/?key=315F486717B5586382BEEF04F5C84696&filter=addr\\213.219.148.97:2309";
let response = await fetch(apiUrl);
let jsonData = await response.json();
console.log(jsonData);
Expand All @@ -197,7 +197,7 @@ module.exports = async function (client) {
}

const channel = client.channels.cache.get("1172498969235030047");
channel.setName("🛜︱ICA:" + prop + " MC:" + mcPlayers);
channel.setName("🛜︱ANTISTASI: " + prop + " online" );
});
};

Expand Down

0 comments on commit a8d37aa

Please sign in to comment.