mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +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)
|
||||
.addField('❯ Authors',
|
||||
data.authors.length ? data.authors.join(', ') : '???')
|
||||
.addField('❯ Publisher',
|
||||
data.publisher || '???', true)
|
||||
.addField('❯ Publish Date',
|
||||
data.publishedDate || '???', true)
|
||||
.addField('❯ Page Count',
|
||||
Reference in New Issue
Block a user