Some Changes

This commit is contained in:
Daniel Odendahl Jr
2017-04-03 20:51:12 +00:00
parent 06e1cd9c50
commit 06c3ca3b45
9 changed files with 9 additions and 56 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ module.exports = class IMDBCommand extends commando.Command {
.setAuthor('IMDB', 'http://static.wixstatic.com/media/c65cbf_31901b544fe24f1890134553bf40c8be.png')
.setURL(`http://www.imdb.com/title/${data.imdbID}`)
.setTitle(`${data.Title} (${data.imdbRating} Score)`)
.setDescription(`${data.Plot.substr(0, 1500)} [Read the Rest Here!](http://www.imdb.com/title/${data.imdbID})`)
.setDescription(data.Plot.substr(0, 1900))
.addField('**Genres:**',
data.Genre)
.addField('**Year:**',