add retry message

This commit is contained in:
loicbersier 2019-08-13 23:30:22 +02:00
parent 9f5e72063b
commit dd8be03ac5
2 changed files with 2 additions and 0 deletions

View file

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

View file

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