From 60f687c8823ff6179e13b66b6a0f910f1c59cae9 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 24 Feb 2018 20:17:06 -0500 Subject: Fixes --- commands/Fun/story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Fun') 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); }); }; -- cgit v1.2.3