From d5b1987aebbc35869e952ed6eda63b6074ca3d5e Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 24 Feb 2018 20:43:15 -0500 Subject: Added a new story --- commands/Fun/story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Fun') 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'); -- cgit v1.2.3