mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Change some strings
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = class EmojifyCommand extends Command {
|
||||
type: 'string',
|
||||
validate: text => {
|
||||
if (letterTrans(text.toLowerCase(), dictionary, ' ').length < 2000) return true;
|
||||
return 'Your text is too long.';
|
||||
return 'Invalid text, your text is too long.';
|
||||
},
|
||||
parse: text => text.toLowerCase()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user