mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Been awhile, huh girl?
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = class ApodCommand extends Command {
|
||||
**${body.title}**
|
||||
${body.explanation}
|
||||
|
||||
_Image Credits: (${credit})[https://apod.nasa.gov/apod/astropix.html]_
|
||||
_Image Credits: [${credit}](https://apod.nasa.gov/apod/astropix.html)_
|
||||
`, { files: body.media_type === 'image' ? [body.url] : [] });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user