aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/story.js4
1 files changed, 1 insertions, 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]);