Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Correct style and grammar error.
Browse files Browse the repository at this point in the history
  • Loading branch information
horrific committed Apr 19, 2018
1 parent e9b8fd2 commit bd6b7ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ You should consider to create an init script if you want to run it on production
#### Arguments
In order to set your bot you will need to pass as arguments:

|Argument |Required? |Description |Defaults |
|-------------------|:------------------:|-----------------------------|:---------------:|
|--TELEGRAM_TOKEN | :heavy_check_mark: |Define Telegram bot Token | **_Mandatory_** |
|--DIALOGFLOW_TOKEN | :heavy_check_mark: |Define Dialogflow Token | **_Mandatory_** |
|--ADMIN_CHAT_ID | :x: |Define Telegram admin chatID | `[]` |
|--WIT_TOKEN | :x: |Define Wit Token | `None` |
|--log | :x: |Set logging value | `DEBUG` |
|Argument |Required? |Description |Defaults |
|-------------------|:------------------:|------------------------------|:---------------:|
|--TELEGRAM_TOKEN | :heavy_check_mark: |Define Telegram bot Token | **_Mandatory_** |
|--DIALOGFLOW_TOKEN | :heavy_check_mark: |Define Dialogflow Token | **_Mandatory_** |
|--ADMIN_CHAT_ID | :x: |Define Telegram admin chatIDs | `[]` |
|--WIT_TOKEN | :x: |Define Wit Token | `None` |
|--log | :x: |Set logging value | `DEBUG` |

If you want telegram notifications every time the script will be shut down / turned up you need to set the `ADMIN_CHAT_ID`.
You can set the `ADMIN_CHAT_ID` with multiple arguments, for example: `--ADMIN_CHAT_ID 12345 54321`.
Expand Down

0 comments on commit bd6b7ad

Please sign in to comment.