From 021051e6a3577ea1d46d0f49434804eee5404de7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= <supositware@macbook-pro-de-loic.home>
Date: Fri, 28 Jun 2019 03:50:12 +0200
Subject: [PATCH] Corrected typo

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

diff --git a/commands/admin/shameboard.js b/commands/admin/shameboard.js
index b7f73d6..9126f72 100644
--- a/commands/admin/shameboard.js
+++ b/commands/admin/shameboard.js
@@ -51,7 +51,7 @@ class shameboardCommand extends Command {
 				}
 			});
 			
-			return message.channel.send(`This channel have been set as the shameboard with ${args.emote} with the minium of ${args.count}`);
+			return message.channel.send(`This channel have been set as the shameboard with ${args.emote} with the minimum of ${args.count}`);
 		} else {
 			fs.unlink(`./board/shame${message.guild.id}.json`, function (err) {
 				if (err) return message.channel.send('There is no shameboard');
diff --git a/commands/admin/starboard.js b/commands/admin/starboard.js
index 38063aa..d6e08c0 100644
--- a/commands/admin/starboard.js
+++ b/commands/admin/starboard.js
@@ -51,7 +51,7 @@ class StarBoardCommand extends Command {
 				}
 			});
 			
-			return message.channel.send(`This channel have been set as the starboard with ${args.emote} with the minium of ${args.count}`);
+			return message.channel.send(`This channel have been set as the starboard with ${args.emote} with the minimum of ${args.count}`);
 		} else {
 			fs.unlink(`./board/star${message.guild.id}.json`, function (err) {
 				if (err) return message.channel.send('There is no shameboard');