diff options
| author | Alee <alee14498@gmail.com> | 2018-02-24 14:21:41 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-24 14:21:41 -0500 |
| commit | 0624fc9f5276957e056a27ef135c5c24280f99f5 (patch) | |
| tree | 73b267e8eb7ef9453ee7e31c899f72a610dd165b /commands | |
| parent | 99bab67446040f0df8087ba49b4a418e50a124e9 (diff) | |
| download | PokeBot-0624fc9f5276957e056a27ef135c5c24280f99f5.tar.gz PokeBot-0624fc9f5276957e056a27ef135c5c24280f99f5.tar.bz2 PokeBot-0624fc9f5276957e056a27ef135c5c24280f99f5.zip | |
Edited story 2
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/story.js | 4 |
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]); |
