Skip to content

Commit

Permalink
Update slash.php
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Aug 27, 2022
1 parent ad55b43 commit a35265b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions slash.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ function ($response) use ($interaction, $discord) {
$server_index[1] = "Nomads" . PHP_EOL;
$server_url[1] = "byond://51.254.161.128:1715";
$server_index[2] = "Persistence" . PHP_EOL;
$server_url[2] = "byond://www.valzargaming.com:1717";
$server_url[2] = "byond://69.140.47.22:1717";
$server_index[3] = "Blue Colony" . PHP_EOL;
$server_url[3] = "byond://www.valzargaming.com:7777";
$server_url[3] = "byond://69.140.47.22:7777";
$server_state_dump = array(); // new assoc array for use with the embed

$embed = $discord->factory(\Discord\Parts\Embed\Embed::class);
Expand Down Expand Up @@ -201,8 +201,8 @@ function ($success){
//if($GLOBALS['debug_echo']) echo '[INTERACTION FAILED]' . PHP_EOL;
$discord->getChannel('315259546308444160')->sendMessage('<@116927250145869826>, Webserver is down! <#' . $interaction->channel->id . '>' ); //Alert Valithor
//$interaction->acknowledge(); // acknowledges the message and show source message
}
);
},
);
});

/*
Expand Down

0 comments on commit a35265b

Please sign in to comment.