From 0624fc9f5276957e056a27ef135c5c24280f99f5 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 24 Feb 2018 14:21:41 -0500 Subject: Edited story 2 --- commands/story.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/story.js b/commands/story.js index ac36981..4e71c91 100644 --- a/commands/story.js +++ b/commands/story.js @@ -9,9 +9,7 @@ let selectedUser3 = membersList[Math.floor(Math.random() * membersList.length)]. let stories = [ `Story 1 Alee says it\'s coming soon!.`, - `Story 2 ${selectedUser1.username} trips :(`, - `Story 3 Coming Soon`, - `Story 4 Coming Soon` + `Story 2 ${selectedUser1.username} jumps into the window then ${selectedUser2.username} saves ${selectedUser1.username} and ${selectedUser3.username} claps.`, ]; let storySelected = [Math.floor(Math.random() * stories.length)]; msg.channel.send(stories[storySelected]); -- cgit v1.2.3