From f78c092cb8863c3d470a2e73e8511728f0bab448 Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Sun, 29 Sep 2019 19:35:13 +0200
Subject: [PATCH] update description

---
 commands/admin/shameboard.js | 4 ++--
 commands/admin/starboard.js  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/commands/admin/shameboard.js b/commands/admin/shameboard.js
index 9126f722..47d0b976 100644
--- a/commands/admin/shameboard.js
+++ b/commands/admin/shameboard.js
@@ -34,8 +34,8 @@ class shameboardCommand extends Command {
 				}
 			],
 			description: {
-				content: 'Set shameboard',
-				usage: '[]',
+				content: 'Set shameobard --remove to remove the shameboard',
+				usage: '[emote] [minimum number required to enter shameboard]',
 				examples: ['']
 			}
 		});
diff --git a/commands/admin/starboard.js b/commands/admin/starboard.js
index d6e08c04..97a4c8ee 100644
--- a/commands/admin/starboard.js
+++ b/commands/admin/starboard.js
@@ -34,8 +34,8 @@ class StarBoardCommand extends Command {
 				}
 			],
 			description: {
-				content: 'Set starboard',
-				usage: '[]',
+				content: 'Set starboard --remove to remove the starboard',
+				usage: '[emote] [minimum number required to enter starboard]',
 				examples: ['']
 			}
 		});