aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun
diff options
context:
space:
mode:
authorTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-11 19:36:24 -0400
committerTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-11 19:36:24 -0400
commite3c5468b4748c879892ff520e20b7753d5c1ff0f (patch)
tree3bb577333a70dde702115adbb52f9ffe7a10b062 /commands/Fun
parent81e8c6088d82ff8e3d54fe8fb739ce6a3f334dd7 (diff)
downloadPokeBot-e3c5468b4748c879892ff520e20b7753d5c1ff0f.tar.gz
PokeBot-e3c5468b4748c879892ff520e20b7753d5c1ff0f.tar.bz2
PokeBot-e3c5468b4748c879892ff520e20b7753d5c1ff0f.zip
1.0
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 05af1c1..538bade 100644
--- a/commands/Fun/story.js
+++ b/commands/Fun/story.js
@@ -42,7 +42,7 @@ exports.run = async (bot, msg) => {
.setColor(0x00ae86)
.setTitle('PokeBot Storytime')
.setDescription(stories[storySelected])
- .setFooter('PokeBot Beta');
+ .setFooter('PokeBot v1.0');
msg.channel.send({ embed });
});
};