diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 20:40:21 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 20:40:21 -0500 |
| commit | 2f992d2b2a3275aacecf20a7b8b4e9aadcba4748 (patch) | |
| tree | 52bf5aa97c5089f74db2fb9015d4787ac628ad61 | |
| parent | 465af7ef3bcc1c91937dbd63fdebe91e226cdc69 (diff) | |
| download | PokeBot-2f992d2b2a3275aacecf20a7b8b4e9aadcba4748.tar.gz PokeBot-2f992d2b2a3275aacecf20a7b8b4e9aadcba4748.tar.bz2 PokeBot-2f992d2b2a3275aacecf20a7b8b4e9aadcba4748.zip | |
fix
| -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 f98de7c..c049cc9 100644 --- a/commands/Fun/story.js +++ b/commands/Fun/story.js @@ -8,7 +8,7 @@ exports.run = async (bot, msg) => { const stories = [ - `${selectedUser1.username} bought ${selectedUser2} his favorite video game. This game is called "Pokemon". Then, they became best friends.`, + `${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.`, ]; const storySelected = [Math.floor(Math.random() * stories.length)]; |
