From 2f992d2b2a3275aacecf20a7b8b4e9aadcba4748 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 20:40:21 -0500 Subject: fix --- commands/Fun/story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Fun/story.js') diff --git a/commands/Fun/story.js b/commands/Fun/story.js index f98de7c..c049cc9 100644 --- a/commands/Fun/story.js +++ b/commands/Fun/story.js @@ -8,7 +8,7 @@ exports.run = async (bot, msg) => { const stories = [ - `${selectedUser1.username} bought ${selectedUser2} his favorite video game. This game is called "Pokemon". Then, they became best friends.`, + `${selectedUser1.username} bought ${selectedUser2.username} his favorite video game. This game is called "Pokemon". Then, they became best friends.`, `${selectedUser1.username} jumps out the window. Then, ${selectedUser2.username} saves ${selectedUser1.username}, and ${selectedUser3.username} claps.`, ]; const storySelected = [Math.floor(Math.random() * stories.length)]; -- cgit v1.2.3