mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Credit Command
This commit is contained in:
@@ -14,6 +14,12 @@ module.exports = class HoroscopeCommand extends Command {
|
||||
description: 'Responds with today\'s horoscope for a specific Zodiac sign.',
|
||||
details: `**Signs:** ${signs.join(', ')}`,
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'The Astrologer by Kelli Fox',
|
||||
url: 'https://new.theastrologer.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'sign',
|
||||
|
||||
Reference in New Issue
Block a user