@@ -437,13 +437,13 @@ |
||
437 | 437 | */ |
438 | 438 | public function setBotExtras() |
439 | 439 | { |
440 | - $this->admins && $this->telegram->enableAdmins($this->admins); |
|
441 | - $this->mysql && $this->telegram->enableMySql($this->mysql); |
|
442 | - $this->botan_token && $this->telegram->enableBotan($this->botan_token); |
|
440 | + $this->admins && $this->telegram->enableAdmins($this->admins); |
|
441 | + $this->mysql && $this->telegram->enableMySql($this->mysql); |
|
442 | + $this->botan_token && $this->telegram->enableBotan($this->botan_token); |
|
443 | 443 | $this->commands_paths && $this->telegram->addCommandsPaths($this->commands_paths); |
444 | - $this->custom_input && $this->telegram->setCustomInput($this->custom_input); |
|
445 | - $this->download_path && $this->telegram->setDownloadPath($this->download_path); |
|
446 | - $this->upload_path && $this->telegram->setUploadPath($this->upload_path); |
|
444 | + $this->custom_input && $this->telegram->setCustomInput($this->custom_input); |
|
445 | + $this->download_path && $this->telegram->setDownloadPath($this->download_path); |
|
446 | + $this->upload_path && $this->telegram->setUploadPath($this->upload_path); |
|
447 | 447 | |
448 | 448 | if (is_array($this->command_configs)) { |
449 | 449 | foreach ($this->command_configs as $command => $config) { |