This commit is contained in:
Daniel Odendahl Jr
2017-05-16 13:03:35 +00:00
parent 243633baa3
commit 167c6410f5
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class HoroscopeCommand extends Command {
group: 'random',
memberName: 'horoscope',
description: 'Gives the horoscope for today for a particular sign.',
details: signs.join(', '),
details: `**Signs:** ${signs.join(', ')}`,
args: [
{
key: 'sign',