Skip to content

Commit

Permalink
ip change
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Feb 22, 2024
1 parent 67c44bc commit 720db9a
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.77:27017";
"https://api.steampowered.com/IGameServersService/GetServerList/v1/?key=315F486717B5586382BEEF04F5C84696&filter=addr\\212.233.45.197:27017";
let response = await fetch(apiUrl);
let jsonData = await response.json();
console.log(jsonData);
Expand All @@ -189,7 +189,7 @@ module.exports = async function (client) {
try {
let state = await Gamedig.query({
type: "minecraft",
host: "mc.flamingpalm.com",
host: "server.flamingpalm.com",
});
mcPlayers = state.players.length;
} catch (e) {
Expand Down

0 comments on commit 720db9a

Please sign in to comment.