This commit is contained in:
Daniel Odendahl Jr
2017-06-11 16:57:58 +00:00
parent 5478098d2b
commit 023acd9396
+1 -1
View File
@@ -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.';
}
}
]