Skip to content

Commit

Permalink
Fix Showtimes Embed Constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Mitchell committed Nov 15, 2017
1 parent aaf509c commit 4b26e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/showtimes.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Showtimes extends Aquarius.Command {
showEmbedMessage(msg, json) {
this.getShowPoster(json.name)
.then(thumbnail => {
const message = new Discord.RichEmbed('', {
const message = new Discord.RichEmbed({
title: `${json.name} #${json.episode}`,
color: 0x008000,
footer: {
Expand Down

0 comments on commit 4b26e1b

Please sign in to comment.