mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 14:04:38 +02:00
Credit Command
This commit is contained in:
@@ -13,6 +13,12 @@ module.exports = class KnowYourMemeCommand extends Command {
|
||||
memberName: 'know-your-meme',
|
||||
description: 'Searches Know Your Meme for your query.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Know Your Meme',
|
||||
url: 'https://knowyourmeme.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
Reference in New Issue
Block a user