mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Credit Command
This commit is contained in:
@@ -53,6 +53,12 @@ module.exports = class CharacterCommand extends Command {
|
||||
memberName: 'character',
|
||||
description: 'Searches AniList for your query, getting character results.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'AniList API',
|
||||
url: 'https://anilist.gitbook.io/anilist-apiv2-docs/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
Reference in New Issue
Block a user