Skip to content

Commit

Permalink
Merge branch 'master' into poll-ping
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Sep 27, 2023
2 parents a5ea0fb + c75d1d9 commit d53df8f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bot/discord/serverStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ let nstatus = {
data: "pnode2",
maxCount: 3000,
},
{
name: "PNode 3",
data: "pnode3",
maxCount: 3000,
},
{
name: "PNode 4",
data: "pnode4",
maxCount: 3000,
},
],

"Donator Nodes": [
Expand Down
12 changes: 12 additions & 0 deletions nodestatsChecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ let stats = {
ID: "40",
Location: pingLocals.UK,
},
pnode3: {
serverID: "e611fc3f",
IP: "51.89.140.124",
ID: "40",
Location: pingLocals.UK,
},
pnode4: {
serverID: "e611fc3f",
IP: "51.89.140.126",
ID: "40",
Location: pingLocals.UK,
},
};
if (enabled.nodestatsChecker === true) {
console.log(chalk.magenta("[NODE CHECKER] ") + chalk.green("Enabled / Online"));
Expand Down

0 comments on commit d53df8f

Please sign in to comment.