aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun
diff options
context:
space:
mode:
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)];