mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 08:22:37 +02:00
Credit Command
This commit is contained in:
@@ -12,6 +12,12 @@ module.exports = class DeviantartCommand extends Command {
|
||||
memberName: 'deviantart',
|
||||
description: 'Responds with an image from a DeviantArt section, with optional query.',
|
||||
details: `**Sections:** ${sections.join(', ')}`,
|
||||
credit: [
|
||||
{
|
||||
name: 'DeviantArt API',
|
||||
url: 'https://www.deviantart.com/developers/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'section',
|
||||
|
||||
Reference in New Issue
Block a user