mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
Fix
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user