diff options
Diffstat (limited to 'commands/Fun')
| -rw-r--r-- | commands/Fun/story.js | 2 |
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 }); }); }; |
