From 8d53b90b4da2f0a17aabf5d3239e81660187b8e3 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 16 Jul 2020 09:24:17 +0200 Subject: [PATCH] Changed default retry prompt to let the user know how to cancel the prompt --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c08e993..aa157aa 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,7 @@ class hahaYesClient extends AkairoClient { prompt: { timeout: 'Time ran out, command has been cancelled.', ended: 'Too many retries, command has been cancelled.', - retry: 'Could not find your argument, please try again!', + retry: 'Could not find your argument, please try again! Say `cancel` to stop the command', cancel: 'Command has been cancelled.', retries: 4, time: 30000