diff options
| author | Alee <alee14498@gmail.com> | 2018-02-24 20:43:15 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-24 20:43:15 -0500 |
| commit | d5b1987aebbc35869e952ed6eda63b6074ca3d5e (patch) | |
| tree | ba15a12573a528869ebf9bf6b89ebdfc353005b3 /commands/Fun | |
| parent | 2f992d2b2a3275aacecf20a7b8b4e9aadcba4748 (diff) | |
| download | PokeBot-d5b1987aebbc35869e952ed6eda63b6074ca3d5e.tar.gz PokeBot-d5b1987aebbc35869e952ed6eda63b6074ca3d5e.tar.bz2 PokeBot-d5b1987aebbc35869e952ed6eda63b6074ca3d5e.zip | |
Added a new storyv0.3
Diffstat (limited to 'commands/Fun')
| -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 c049cc9..56e4dac 100644 --- a/commands/Fun/story.js +++ b/commands/Fun/story.js @@ -9,7 +9,7 @@ exports.run = async (bot, msg) => { const stories = [ `${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.`, + `${selectedUser1.username} wants to become a Pokemon trainer, but he needs to get a Pokemon first!`, ]; const storySelected = [Math.floor(Math.random() * stories.length)]; const { RichEmbed } = require('discord.js'); |
