From 004b87ebd1174ee7ceb612ca4306ee1652580ee0 Mon Sep 17 00:00:00 2001 From: alwx Date: Fri, 14 Apr 2017 20:33:38 +0300 Subject: [PATCH] Correct keyboard types (#1002) --- resources/commands.js | 2 ++ resources/console.js | 1 + 2 files changed, 3 insertions(+) diff --git a/resources/commands.js b/resources/commands.js index 811ae30d6a..f802980a01 100644 --- a/resources/commands.js +++ b/resources/commands.js @@ -809,6 +809,7 @@ var send = { color: "#5fc48d", title: I18n.t('send_title'), description: I18n.t('send_description'), + sequentialParams: true, params: [{ name: "amount", type: status.types.NUMBER @@ -890,6 +891,7 @@ status.command({ color: "#5fc48d", title: I18n.t('request_title'), description: I18n.t('request_description'), + sequentialParams: true, params: [{ name: "amount", type: status.types.NUMBER diff --git a/resources/console.js b/resources/console.js index 6a945e7ba3..7e7eff3e0a 100644 --- a/resources/console.js +++ b/resources/console.js @@ -1852,6 +1852,7 @@ status.response({ name: "confirmation-code", color: "#7099e6", description: I18n.t('confirm_description'), + sequentialParams: true, params: [{ name: "code", type: status.types.NUMBER