@@ -42,13 +42,13 @@ |
||
42 | 42 | public $webhook; |
43 | 43 | public $selfcrt; |
44 | 44 | |
45 | - /** |
|
46 | - * BotManager constructor that assigns all necessary member variables. |
|
47 | - * |
|
48 | - * @param array $vars |
|
49 | - * |
|
50 | - * @throws \Exception |
|
51 | - */ |
|
45 | + /** |
|
46 | + * BotManager constructor that assigns all necessary member variables. |
|
47 | + * |
|
48 | + * @param array $vars |
|
49 | + * |
|
50 | + * @throws \Exception |
|
51 | + */ |
|
52 | 52 | public function __construct(array $vars) |
53 | 53 | { |
54 | 54 | if (!isset($vars['api_key'], $vars['botname'], $vars['secret'])) { |