mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 14:04:38 +02:00
Beep
This commit is contained in:
@@ -3,13 +3,13 @@ const snekfetch = require('snekfetch');
|
|||||||
const { shorten } = require('../../structures/Util');
|
const { shorten } = require('../../structures/Util');
|
||||||
const { GOV_KEY } = process.env;
|
const { GOV_KEY } = process.env;
|
||||||
|
|
||||||
module.exports = class APODCommand extends Command {
|
module.exports = class AstronomyPictureOfTheDayCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'apod',
|
name: 'astronomy-picture-of-the-day',
|
||||||
aliases: ['nasa-apod', 'astronomy-picture-of-the-day', 'apod-image', 'nasa-apod-image'],
|
aliases: ['nasa-apod', 'apod'],
|
||||||
group: 'random',
|
group: 'random',
|
||||||
memberName: 'apod',
|
memberName: 'astronomy-picture-of-the-day',
|
||||||
description: 'Responds with today\'s Astronomy Picture of the Day.',
|
description: 'Responds with today\'s Astronomy Picture of the Day.',
|
||||||
clientPermissions: ['ATTACH_FILES']
|
clientPermissions: ['ATTACH_FILES']
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user