We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19534fd commit 0dfe062Copy full SHA for 0dfe062
README.md
@@ -10,7 +10,7 @@ The Library for Build a Telegram Bot.
10
```php
11
// Checking the exists "Telebot Library".
12
if (!file_exists("lib/telebot.php")) {
13
- copy("https://raw.githubusercontent.com/hctilg/telebot/v1.4/index.php", "lib/telebot.php");
+ copy("https://raw.githubusercontent.com/hctilg/telebot/v1.5/index.php", "lib/telebot.php");
14
}
15
16
require('lib/telebot.php');
0 commit comments