Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Added a new story
Browse files Browse the repository at this point in the history
  • Loading branch information
Alee14 committed Feb 25, 2018
1 parent 2f992d2 commit d5b1987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Fun/story.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit d5b1987

Please sign in to comment.