add retry message

merge-requests/4/head
loicbersier 5 years ago
parent 9f5e72063b
commit dd8be03ac5

@ -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'
}
},
{

@ -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…
Cancel
Save