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.'; } } ]