mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
23
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = class ClearSettingCommand extends Command {
|
||||
type: 'string',
|
||||
validate: (setting) => {
|
||||
if (settings.includes(setting)) return true;
|
||||
else return `Please enter one of the following: ${settings.join(', ')}.`;
|
||||
else return `Please enter one of the following: ${settings.join(', ')}`;
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user