From e3c5468b4748c879892ff520e20b7753d5c1ff0f Mon Sep 17 00:00:00 2001 From: TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> Date: Sun, 11 Mar 2018 19:36:24 -0400 Subject: 1.0 --- commands/Fun/story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Fun') 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 }); }); }; -- cgit v1.2.3