From 8f17b68cd9bc125813187f00b1f67072f11c4a2d Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 29 Sep 2017 17:50:14 +0000 Subject: [PATCH] Alias --- commands/random/astronomy-picture-of-the-day.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random/astronomy-picture-of-the-day.js b/commands/random/astronomy-picture-of-the-day.js index cdbaca46..ff212862 100644 --- a/commands/random/astronomy-picture-of-the-day.js +++ b/commands/random/astronomy-picture-of-the-day.js @@ -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.',