Skip to content

Commit

Permalink
docs: remove -w <YOUR_WEBHOOK_URL>
Browse files Browse the repository at this point in the history
  • Loading branch information
etrex committed May 5, 2020
1 parent 7bf8729 commit 8d5f934
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/messenger-persistent-menu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you successfully start the server, you get a webhook URL in the format of `ht
While the server is running, you can run following command with `bottender` to set up the webhook with the webhook url you get from running `npm run dev`:

```sh
npx bottender messenger webhook set -w <YOUR_WEBHOOK_URL>
npx bottender messenger webhook set
```

> **Note:** You must fill `APP_ID`, `APP_SECRET` and `VERIFY_TOKEN` in your `.env` file before running this command.
Expand Down
2 changes: 1 addition & 1 deletion examples/telegram-game/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you successfully start the server, you get a webhook URL in the format of `ht
While the server running, you can run following command with `bottender` to set up the webhook with the webhook URL you get from running `npm run dev`:

```sh
npx bottender telegram webhook set -w <YOUR_WEBHOOK_URL>
npx bottender telegram webhook set
```

> **Note:** You must fill in your `.env` file before running this command.
Expand Down
2 changes: 1 addition & 1 deletion examples/telegram-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you successfully start the server, you get a webhook URL in the format of `ht
While the server is running, you can run the following command with `bottender` to set up the webhook with the webhook URL you got from running `npm run dev`:

```sh
npx bottender telegram webhook set -w <YOUR_WEBHOOK_URL>
npx bottender telegram webhook set
```

> **Note:** You must fill in your `.env` file before running this command.
Expand Down
2 changes: 1 addition & 1 deletion examples/telegram-inline-keyboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you successfully start the server, you get a webhook URL in the format of `ht
While the server is running, you can run the following command with `bottender` to set up the webhook with the webhook URL you got from running `npm run dev`:

```sh
npx bottender telegram webhook set -w <YOUR_WEBHOOK_URL>
npx bottender telegram webhook set
```

> **Note:** You must fill in your `.env` file before running this command.
Expand Down
2 changes: 1 addition & 1 deletion examples/telegram-inline-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you successfully start the server, you get a webhook URL in the format of `ht
While the server is running, you can run the following command with `bottender` to set up the webhook with the webhook URL you got from running `npm run dev`:

```sh
npx bottender telegram webhook set -w <YOUR_WEBHOOK_URL>
npx bottender telegram webhook set
```

> **Note:** You must fill in your `.env` file before running this command.
Expand Down
2 changes: 1 addition & 1 deletion examples/telegram-poll/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you successfully start the server, you get a webhook URL in the format of `ht
While the server running, you can run following command with `bottender` to set up the webhook with the webhook URL you get from running `npm run dev`:

```sh
npx bottender telegram webhook set -w <YOUR_WEBHOOK_URL>
npx bottender telegram webhook set
```

> **Note:** You must fill in your `.env` file before running this command.
Expand Down
2 changes: 1 addition & 1 deletion examples/telegram-reply-keyboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you successfully start the server, you get a webhook URL in the format of `ht
While the server is running, you can run the following command with `bottender` to set up the webhook with the webhook URL you got from running `npm run dev`:

```sh
npx bottender telegram webhook set -w <YOUR_WEBHOOK_URL>
npx bottender telegram webhook set
```

> **Note:** You must fill in your `.env` file before running this command.
Expand Down
2 changes: 1 addition & 1 deletion examples/viber-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you successfully start the server, you get a webhook URL in the format of `ht
While the server is running, you can run the following command with `bottender` to set up the webhook with the webhook URL you got from running `npm run dev`:

```sh
npx bottender viber webhook set -w <YOUR_WEBHOOK_URL>
npx bottender viber webhook set
```

> **Note:** You must fill in your `.env` file before running this command.
Expand Down

0 comments on commit 8d5f934

Please sign in to comment.