mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Beep
This commit is contained in:
@@ -15,8 +15,8 @@ module.exports = class ZalgoCommand extends Command {
|
|||||||
prompt: 'What text would you like to convert to zalgo?',
|
prompt: 'What text would you like to convert to zalgo?',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
validate: text => {
|
validate: text => {
|
||||||
if (text.length < 500) return true;
|
if (text.length < 200) return true;
|
||||||
return 'Invalid text, please keep the text under 500 characters.';
|
return 'Invalid text, please keep the text under 200 characters.';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user