diff --git a/commands/random/horoscope.js b/commands/random/horoscope.js index e1bfd01c..852ca6ec 100644 --- a/commands/random/horoscope.js +++ b/commands/random/horoscope.js @@ -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',