From 35b754cf160bbc9fbd6f5760d7d3c08c9eb31294 Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Wed, 18 Mar 2020 13:14:08 +0100
Subject: [PATCH] fix description

---
 commands/images/rotate.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/commands/images/rotate.js b/commands/images/rotate.js
index 133366f6..74391751 100644
--- a/commands/images/rotate.js
+++ b/commands/images/rotate.js
@@ -16,10 +16,14 @@ class rotateCommand extends Command {
 				{
 					id: 'rotate',
 					type: 'integer',
+					prompt: {
+						start: 'Please enter the number of degrees you want to rotate.',
+						retry: 'This doesn\'t look like a number to me, please try again.'
+					}
 				}
 			],
 			description: {
-				content: 'Make your vid shit quality.',
+				content: 'Rotate your image',
 				usage: '[link to image] [angle of rotation]',
 				examples: ['']
 			}