This commit is contained in:
Daniel Odendahl Jr
2017-11-18 16:00:14 +00:00
parent d2625ac26e
commit c9df6d9a59
@@ -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',