mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class FlickrCommand extends Command {
|
||||
memberName: 'flickr',
|
||||
description: 'Searches Flickr for your query.',
|
||||
nsfw: true,
|
||||
credit: [
|
||||
{
|
||||
name: 'Flickr API',
|
||||
url: 'https://www.flickr.com/services/api/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
Reference in New Issue
Block a user