diff options
| -rw-r--r-- | commands/Fun/story.js | 2 |
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); }); }; |
