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:
@@ -9,6 +9,12 @@ module.exports = class ImgurCommand extends Command {
|
||||
group: 'search',
|
||||
memberName: 'imgur',
|
||||
description: 'Searches Imgur for your query.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Imgur API',
|
||||
url: 'https://apidocs.imgur.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
Reference in New Issue
Block a user