File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<img src =" logo.png " alt =" logo " width =" 250 " height =" 250 " />
3
3
</p >
4
4
<p align =" center " >
5
- <a href =" https://github.com/telegram-bot-php/core/actions " ><img src =" https://github.com/telegram-bot-php/core/workflows/PHPUnit%20Test /badge.svg " alt =" Build Status " /></a >
5
+ <a href =" https://github.com/telegram-bot-php/core/actions " ><img src =" https://github.com/telegram-bot-php/core/actions/ workflows/ci.yml /badge.svg " alt =" Build Status " /></a >
6
6
<a href =" https://scrutinizer-ci.com/g/telegram-bot-php/core/?branch=master " ><img src =" https://img.shields.io/scrutinizer/g/telegram-bot-php/core/master.svg?style=flat " alt =" Code Quality " /></a >
7
7
<a href =" https://scrutinizer-ci.com/g/telegram-bot-php/core/?branch=master " ><img src =" https://scrutinizer-ci.com/g/telegram-bot-php/core/badges/code-intelligence.svg?b=master " alt =" Code Intelligence Status " /></a >
8
8
<a href =" https://scrutinizer-ci.com/g/telegram-bot-php/core/?branch=master " ><img src =" https://scrutinizer-ci.com/g/telegram-bot-php/core/badges/coverage.png?b=master " alt =" Code Coverage " /></a >
@@ -249,7 +249,7 @@ $commands = new class() extends \TelegramBot\Plugin {
249
249
$admin = new class() extends \TelegramBot\Plugin {
250
250
251
251
// TODO: Write your code here
252
-
252
+
253
253
};
254
254
255
255
(new \TelegramBot\UpdateHandler())->addPlugins([$commands, $admin])->resolve();
@@ -319,4 +319,4 @@ or just email [opensource@litehex.com](mailto:opensource@litehex.com).
319
319
## License
320
320
321
321
The Telegram-Bot-PHP library is open-sourced under
322
- the [ MIT license] ( https://github.com/telegram-bot-php/core/blob/master/LICENSE ) .
322
+ the [ MIT license] ( https://github.com/telegram-bot-php/core/blob/master/LICENSE ) .
You can’t perform that action at this time.
0 commit comments