mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
Change some strings
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = class PruneCommand extends Command {
|
||||
type: 'integer',
|
||||
validate: count => {
|
||||
if (count < 100 && count > 0) return true;
|
||||
return 'Count must be from 1-99.';
|
||||
return 'Invalid count, please enter a number from 1-99.';
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user