aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-24 20:36:12 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-24 20:36:12 -0500
commitb3d0b3c933e140a011739c1ba23852258de9e392 (patch)
tree494eb20a3d4b65e9e36f418ea163fb3d1aa268ce /commands/Fun
parentdc0e70f925c55e85b1299ae19a96e34071b22b55 (diff)
downloadPokeBot-b3d0b3c933e140a011739c1ba23852258de9e392.tar.gz
PokeBot-b3d0b3c933e140a011739c1ba23852258de9e392.tar.bz2
PokeBot-b3d0b3c933e140a011739c1ba23852258de9e392.zip
fixed story grammar + added footers :sunglasses:
Diffstat (limited to 'commands/Fun')
-rw-r--r--commands/Fun/story.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Fun/story.js b/commands/Fun/story.js
index 8835248..8e0f361 100644
--- a/commands/Fun/story.js
+++ b/commands/Fun/story.js
@@ -8,8 +8,8 @@ exports.run = async (bot, msg) => {
const stories =
[
- 'Story 1 Alee says it\'s coming soon!.',
- `Story 2 ${selectedUser1.username} jumps into the window then ${selectedUser2.username} saves ${selectedUser1.username} and ${selectedUser3.username} claps.`,
+ 'In progress story.',
+ `${selectedUser1.username} jumps into the window. Then, ${selectedUser2.username} saves ${selectedUser1.username}, and ${selectedUser3.username} claps.`,
];
const storySelected = [Math.floor(Math.random() * stories.length)];
const { RichEmbed } = require('discord.js');