mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Update
This commit is contained in:
@@ -44,8 +44,6 @@ module.exports = class GoogleBookCommand extends Command {
|
|||||||
.setThumbnail(data.imageLinks ? data.imageLinks.thumbnail : null)
|
.setThumbnail(data.imageLinks ? data.imageLinks.thumbnail : null)
|
||||||
.addField('❯ Authors',
|
.addField('❯ Authors',
|
||||||
data.authors.length ? data.authors.join(', ') : '???')
|
data.authors.length ? data.authors.join(', ') : '???')
|
||||||
.addField('❯ Publisher',
|
|
||||||
data.publisher || '???', true)
|
|
||||||
.addField('❯ Publish Date',
|
.addField('❯ Publish Date',
|
||||||
data.publishedDate || '???', true)
|
data.publishedDate || '???', true)
|
||||||
.addField('❯ Page Count',
|
.addField('❯ Page Count',
|
||||||
Reference in New Issue
Block a user