We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f39ae commit 548cd8cCopy full SHA for 548cd8c
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("telebot.php")) {
13
- copy("https://raw.githubusercontent.com/hctilg/telebot/v1.5/index.php", "telebot.php");
+ copy("https://raw.githubusercontent.com/hctilg/telebot/v1.6/index.php", "telebot.php");
14
}
15
16
require('telebot.php');
0 commit comments