diff --git a/commands/fun/fakebot.js b/commands/fun/fakebot.js
index 8c1031aa..fb21b72b 100644
--- a/commands/fun/fakebot.js
+++ b/commands/fun/fakebot.js
@@ -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'
 					}
 				},
 				{
diff --git a/index.js b/index.js
index e8d26cf6..269f19a4 100644
--- a/index.js
+++ b/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