mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Credit Command
This commit is contained in:
@@ -10,7 +10,13 @@ module.exports = class CalendarCommand extends Command {
|
||||
aliases: ['holidays', 'events'],
|
||||
group: 'events',
|
||||
memberName: 'calendar',
|
||||
description: 'Responds with today\'s holidays.'
|
||||
description: 'Responds with today\'s holidays.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Google Calendar API',
|
||||
url: 'https://developers.google.com/calendar/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user