botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
68 stars 83 forks source link

Telegram channel documentation: enabled #694

Closed sayfullin closed 4 years ago

sayfullin commented 5 years ago

Page https://botpress.io/docs/channels/telegram/ 1: The config file _data/bots//config/channel-telegram.json_ is:

{
  "botToken": "<your_bot_token>"
}

Should be (with "enabled"):

{
  "botToken": "<your_bot_token>",
  "enabled": true
}

2: Add step to turn on the module.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

asashour commented 4 years ago

Please close this, enabled is already there.