mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class GiphyCommand extends Command {
|
||||
group: 'search',
|
||||
memberName: 'giphy',
|
||||
description: 'Searches Giphy for your query.',
|
||||
credit: [
|
||||
{
|
||||
name: 'GIPHY API',
|
||||
url: 'https://developers.giphy.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
Reference in New Issue
Block a user