diff --git a/templates/csharp/link-unfurling/appPackage/manifest.json.tpl b/templates/csharp/link-unfurling/appPackage/manifest.json.tpl index 8dc3179f18..1261d6c899 100644 --- a/templates/csharp/link-unfurling/appPackage/manifest.json.tpl +++ b/templates/csharp/link-unfurling/appPackage/manifest.json.tpl @@ -27,24 +27,6 @@ { "botId": "${{BOT_ID}}", "commands": [ - { - "id": "searchQuery", - "context": [ - "compose", - "commandBox" - ], - "description": "Test command to run query, need to implement in the code", - "title": "Search", - "type": "query", - "parameters": [ - { - "name": "searchQuery", - "title": "Search Query", - "description": "Your search query", - "inputType": "text" - } - ] - } ], "messageHandlers": [ { diff --git a/templates/js/link-unfurling/appPackage/manifest.json.tpl b/templates/js/link-unfurling/appPackage/manifest.json.tpl index 61044d2411..cdafe7a91b 100644 --- a/templates/js/link-unfurling/appPackage/manifest.json.tpl +++ b/templates/js/link-unfurling/appPackage/manifest.json.tpl @@ -27,24 +27,6 @@ { "botId": "${{BOT_ID}}", "commands": [ - { - "id": "searchQuery", - "context": [ - "compose", - "commandBox" - ], - "description": "Test command to run query, need to implement in the code", - "title": "Search", - "type": "query", - "parameters": [ - { - "name": "searchQuery", - "title": "Search Query", - "description": "Your search query", - "inputType": "text" - } - ] - } ], "messageHandlers": [ { diff --git a/templates/ts/link-unfurling/appPackage/manifest.json.tpl b/templates/ts/link-unfurling/appPackage/manifest.json.tpl index 61044d2411..cdafe7a91b 100644 --- a/templates/ts/link-unfurling/appPackage/manifest.json.tpl +++ b/templates/ts/link-unfurling/appPackage/manifest.json.tpl @@ -27,24 +27,6 @@ { "botId": "${{BOT_ID}}", "commands": [ - { - "id": "searchQuery", - "context": [ - "compose", - "commandBox" - ], - "description": "Test command to run query, need to implement in the code", - "title": "Search", - "type": "query", - "parameters": [ - { - "name": "searchQuery", - "title": "Search Query", - "description": "Your search query", - "inputType": "text" - } - ] - } ], "messageHandlers": [ {