Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- case 'latestpower':
- case 'lp':
- $json = json_decode(file_get_contents('http://api.illuxat.com/latestpower.php'));
- if (!$json) {
- return $this->sendMessage('Illuxat down.');
- }
- if (!isset($json->error)) {
- $this->sendMessage('[Power ID: '.$json->ID.'] '.ucfirst($json->Name).' | Store Price: '.$json->XatStore.' | '.$json->Description);
- } else {
- $this->sendMessage("_$message[0]: ".$json->error);
- }
- break;
Advertisement
Add Comment
Please, Sign In to add comment