We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6056b55 commit a669170Copy full SHA for a669170
README.md
@@ -2,14 +2,15 @@
2
3
The Library for Build a Telegram Bot.
4
5
-## Get Started
+### Requirements
6
++ php-curl <!-- sudo apt-get install php-curl -->
7
-<!-- sudo apt-get install php-curl -->
8
+## Get Started
9
10
```php
11
// Checking the exists "Telebot Library".
12
if (!file_exists("lib/telebot.php")) {
- copy("https://raw.githubusercontent.com/hctilg/telebot/v1.3/index.php", "lib/telebot.php");
13
+ copy("https://raw.githubusercontent.com/hctilg/telebot/v1.4/index.php", "lib/telebot.php");
14
}
15
16
require('lib/telebot.php');
0 commit comments