mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Lots of Changes
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = class YodaCommand extends Command {
|
||||
type: 'string',
|
||||
validate: sentence => {
|
||||
if (sentence.length < 500) return true;
|
||||
return 'Text must be under 500 characters.';
|
||||
return 'Please keep text under 500 characters.';
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user