minor problem

This commit is contained in:
dennydai 2016-01-01 03:49:42 +08:00
parent 8e6ef3ffff
commit 758907dc2b
1 changed files with 4 additions and 6 deletions

View File

@ -2,23 +2,21 @@
Based on [Telegram Bot API](https://core.telegram.org/bots) Based on [Telegram Bot API](https://core.telegram.org/bots)
## How to SetUp this Bot ## Step 1: Get Your Telegram Bot Token
### Step 1: Get Your Telegram Bot Token
[How do I create a bot?](https://core.telegram.org/bots#3-how-do-i-create-a-bot) [How do I create a bot?](https://core.telegram.org/bots#3-how-do-i-create-a-bot)
### Step 2: Set WebHook for Your bot ## Step 2: Set WebHook for Your bot
Run Run
``` ```
cp Telegram-Bot.php VAR_BOT.php cp Telegram-Bot.php VAR_BOT.php
``` ```
and the url of Webhook is https://YourHost/D-Bot/Telegram-Bot.php The url of Webhook is https://YourHost/D-Bot/Telegram-Bot.php
Don't know how to set Webhook for Telegram Bot? See it --> [setWebhook](https://core.telegram.org/bots/api#setwebhook) Don't know how to set Webhook for Telegram Bot? See it --> [setWebhook](https://core.telegram.org/bots/api#setwebhook)
### Step 3: Add Your Telegram Bot Token to Config.php ## Step 3: Add Your Telegram Bot Token to Config.php
``` ```
define('TB_TOKEN', 'YOUR_TELEGRAM_BOT_TOKEN_HERE'); define('TB_TOKEN', 'YOUR_TELEGRAM_BOT_TOKEN_HERE');