From 9fe8220a4f38477a5567c11122a329dfa18bc885 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 16 May 2017 13:37:39 +0000 Subject: [PATCH] Add a period --- commands/random/horoscope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random/horoscope.js b/commands/random/horoscope.js index 852ca6ec..29c33ce6 100644 --- a/commands/random/horoscope.js +++ b/commands/random/horoscope.js @@ -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() }