This commit is contained in:
Daniel Odendahl Jr
2017-09-29 17:50:14 +00:00
parent 5d0038a92a
commit 8f17b68cd9
@@ -7,7 +7,7 @@ module.exports = class AstronomyPictureOfTheDayCommand extends Command {
constructor(client) {
super(client, {
name: 'astronomy-picture-of-the-day',
aliases: ['nasa-apod', 'apod'],
aliases: ['nasa-apod', 'apod', 'nasa-astronomy-picture-of-the-day'],
group: 'random',
memberName: 'astronomy-picture-of-the-day',
description: 'Responds with today\'s Astronomy Picture of the Day.',