diff --git a/commands/search/google-books.js b/commands/search/google-book.js similarity index 96% rename from commands/search/google-books.js rename to commands/search/google-book.js index e151df21..780adc7f 100644 --- a/commands/search/google-books.js +++ b/commands/search/google-book.js @@ -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',