aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-02-24 20:17:06 -0500
committerAlee <alee14498@gmail.com>2018-02-24 20:17:06 -0500
commit60f687c8823ff6179e13b66b6a0f910f1c59cae9 (patch)
tree1f2743bc2bd1cf0851a815dba958471c8e6b05e2 /commands/Fun
parentbe182bf521bcfafacd4376db8935542d936463b5 (diff)
downloadPokeBot-60f687c8823ff6179e13b66b6a0f910f1c59cae9.tar.gz
PokeBot-60f687c8823ff6179e13b66b6a0f910f1c59cae9.tar.bz2
PokeBot-60f687c8823ff6179e13b66b6a0f910f1c59cae9.zip
Fixes
Diffstat (limited to 'commands/Fun')
-rw-r--r--commands/Fun/story.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Fun/story.js b/commands/Fun/story.js
index f775e26..3f29d38 100644
--- a/commands/Fun/story.js
+++ b/commands/Fun/story.js
@@ -17,7 +17,7 @@ exports.run = async (bot, msg) => {
.setTitle(`Pokebot Storytime`)
.setDescription(stories[storySelected])
.setFooter('PokeBot Beta');
- msg.channel.send( { embed } );
+ msg.channel.send(embed);
});
};