mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Moo
This commit is contained in:
@@ -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.';
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user