Changed default retry prompt to let the user know how to cancel the prompt

akairo
loicbersier 4 years ago
parent 1767a04ecb
commit 8d53b90b4d

@ -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

Loading…
Cancel
Save