aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-24 20:40:21 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-24 20:40:21 -0500
commit2f992d2b2a3275aacecf20a7b8b4e9aadcba4748 (patch)
tree52bf5aa97c5089f74db2fb9015d4787ac628ad61 /commands/Fun
parent465af7ef3bcc1c91937dbd63fdebe91e226cdc69 (diff)
downloadPokeBot-2f992d2b2a3275aacecf20a7b8b4e9aadcba4748.tar.gz
PokeBot-2f992d2b2a3275aacecf20a7b8b4e9aadcba4748.tar.bz2
PokeBot-2f992d2b2a3275aacecf20a7b8b4e9aadcba4748.zip
fix
Diffstat (limited to 'commands/Fun')
-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 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)];