From 023acd9396f12afeae15d3f3b38ae439eeaa50af Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 11 Jun 2017 16:57:58 +0000 Subject: [PATCH] Moo --- commands/imageedit/achievement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/imageedit/achievement.js b/commands/imageedit/achievement.js index 7a9d0946..06c34174 100644 --- a/commands/imageedit/achievement.js +++ b/commands/imageedit/achievement.js @@ -16,7 +16,7 @@ module.exports = class AchievementCommand extends Command { type: 'string', validate: (text) => { if (text.length < 25) return true; - else return 'Text must be under 25 Characters.'; + else return 'Text must be under 25 characters.'; } } ]