Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya authored Jun 6, 2020
1 parent 38d38b8 commit ee2b212
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@

"TG_BOT_TOKEN_BF_HER": {

"description": "Needed for inline buttons maker. Make a bot at [BotFather](http://telegram.dog/BotFather) and get the token of your bot.Worth it. Get it.",
"description": "Needed for inline buttons maker. Make a bot at [BotFather](http://telegram.dog/BotFather) and get the token of your bot. Get it else .help won't work.",

"value": "",

"required": false
"required": true

},

Expand All @@ -175,11 +175,11 @@

"TG_BOT_USER_NAME_BF_HER": {

"description": "Needed for inline buttons maker. Make a bot at [BotFather](http://telegram.dog/BotFather) and get the username of your bot",
"description": "Needed for inline buttons maker. Make a bot at [BotFather](http://telegram.dog/BotFather) and get the username of your bot. Needed for .help to work.",

"value": "",

"required": false
"required": true

},

Expand Down

0 comments on commit ee2b212

Please sign in to comment.