mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
Add a period
This commit is contained in:
@@ -18,7 +18,7 @@ module.exports = class HoroscopeCommand extends Command {
|
||||
type: 'string',
|
||||
validate: sign => {
|
||||
if (signs.includes(sign.toLowerCase())) return true;
|
||||
return 'Invalid sign. Use `help horoscope` for a list of signs';
|
||||
return 'Invalid sign. Use `help horoscope` for a list of signs.';
|
||||
},
|
||||
parse: sign => sign.toLowerCase()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user