forked from Supositware/Haha-Yes
Changed default retry prompt to let the user know how to cancel the prompt
This commit is contained in:
parent
1767a04ecb
commit
8d53b90b4d
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -28,7 +28,7 @@ class hahaYesClient extends AkairoClient {
|
||||||
prompt: {
|
prompt: {
|
||||||
timeout: 'Time ran out, command has been cancelled.',
|
timeout: 'Time ran out, command has been cancelled.',
|
||||||
ended: 'Too many retries, 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.',
|
cancel: 'Command has been cancelled.',
|
||||||
retries: 4,
|
retries: 4,
|
||||||
time: 30000
|
time: 30000
|
||||||
|
|
Loading…
Reference in a new issue