mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 15:57:42 +02:00
Credit Command
This commit is contained in:
@@ -13,6 +13,12 @@ module.exports = class BookCommand extends Command {
|
||||
memberName: 'book',
|
||||
description: 'Searches Google Books for a book.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Google Books API',
|
||||
url: 'https://developers.google.com/books/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
Reference in New Issue
Block a user