From 150b08fe4b44cc865a384a1d3f3050d65c023378 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 9 Nov 2019 11:21:24 +0100 Subject: [PATCH] Add prompt for the text to translate --- commands/utility/translate.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/utility/translate.js b/commands/utility/translate.js index a9fe4d89..e88231e7 100644 --- a/commands/utility/translate.js +++ b/commands/utility/translate.js @@ -21,6 +21,9 @@ class TranslationCommand extends Command { { id: 'text', type: 'string', + prompt: { + start: 'What sentences/words do you want to translate?', + }, match: 'rest' } ],