mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Fix
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = class HoroscopeCommand extends Command {
|
|||||||
group: 'random',
|
group: 'random',
|
||||||
memberName: 'horoscope',
|
memberName: 'horoscope',
|
||||||
description: 'Gives the horoscope for today for a particular sign.',
|
description: 'Gives the horoscope for today for a particular sign.',
|
||||||
details: signs.join(', '),
|
details: `**Signs:** ${signs.join(', ')}`,
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'sign',
|
key: 'sign',
|
||||||
|
|||||||
Reference in New Issue
Block a user