mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 03:14:35 +02:00
Credit Command
This commit is contained in:
@@ -11,6 +11,16 @@ module.exports = class DocsCommand extends Command {
|
||||
memberName: 'docs',
|
||||
description: 'Searches the Discord.js docs for your query.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'discord.js',
|
||||
url: 'https://discord.js.org/#/'
|
||||
},
|
||||
{
|
||||
name: 'TeeSeal/discord.js-docs-api',
|
||||
url: 'https://github.com/TeeSeal/discord.js-docs-api'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
Reference in New Issue
Block a user