aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-02-24 20:43:15 -0500
committerAlee <alee14498@gmail.com>2018-02-24 20:43:15 -0500
commitd5b1987aebbc35869e952ed6eda63b6074ca3d5e (patch)
treeba15a12573a528869ebf9bf6b89ebdfc353005b3 /commands
parent2f992d2b2a3275aacecf20a7b8b4e9aadcba4748 (diff)
downloadPokeBot-0.3.tar.gz
PokeBot-0.3.tar.bz2
PokeBot-0.3.zip
Added a new storyv0.3
Diffstat (limited to 'commands')
-rw-r--r--commands/Fun/story.js2
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');