Apply fixes from StyleCI
This commit is contained in:
parent
36294c0b6a
commit
7ffdc0ee48
@ -55,7 +55,8 @@ trait Login
|
||||
if (!isset($this->API->settings['pwr']['pwr']) || !$this->API->settings['pwr']['pwr']) {
|
||||
try {
|
||||
file_get_contents('https://api.pwrtelegram.xyz/bot'.$token.'/getme');
|
||||
} catch (\danog\MadelineProto\Exception $e) { ; };
|
||||
} catch (\danog\MadelineProto\Exception $e) {
|
||||
}
|
||||
}
|
||||
\danog\MadelineProto\Logger::log(['Logged in successfully!'], \danog\MadelineProto\Logger::NOTICE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user