diff options
Diffstat (limited to 'commands/Fun/story.js')
| -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'); |
