Clean-up some stray things

This commit is contained in:
Daniel Odendahl Jr
2017-03-24 04:18:23 +00:00
parent f9c6c8164f
commit 2dcd6ce5eb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ module.exports = class IMDBCommand extends commando.Command {
.setColor(0xDBA628)
.setAuthor('IMDB', 'http://static.wixstatic.com/media/c65cbf_31901b544fe24f1890134553bf40c8be.png')
.setURL(movie.imdburl)
.setTitle(movie.title + ' (' + movie.rating + ' Score)')
.setTitle(`${movie.title} (${movie.rating} Score)`)
.setDescription(`${movie.plot.substr(0, 1500)} [Read the Rest Here!](${movie.imdburl})`)
.addField('**Genres:**',
movie.genres)