forked from Supositware/Haha-Yes
add retry message
This commit is contained in:
parent
9f5e72063b
commit
dd8be03ac5
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ class fakebotCommand extends Command {
|
|||
type: 'user',
|
||||
prompt: {
|
||||
start: 'Who should i fake?',
|
||||
retry: 'Didn\'t find any user named like that, please try again'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
1
index.js
1
index.js
|
@ -22,6 +22,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!',
|
||||
cancel: 'Command has been cancelled.',
|
||||
retries: 4,
|
||||
time: 30000
|
||||
|
|
Loading…
Reference in a new issue