diff --git a/Changelog.md b/Changelog.md index 04222bf..a1b7121 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelogs | Sandmine.js +### November 18th 2021 (v1.0.7) + +1. Improved viewer.js. + ### November 17th 2021 (v1.0.6) 1. Improved anti-crashing. diff --git a/src/events/viewer.js b/src/events/viewer.js index 8fdb3a5..f6f4ee3 100644 --- a/src/events/viewer.js +++ b/src/events/viewer.js @@ -4,7 +4,7 @@ const chalk = require('chalk'); bot.once('spawn', () => { mineflayerViewer(bot, { port: 3000 }); - console.log(chalk.blueBright(`You can view your bot by going to https://localhost:3000`)); + console.log(chalk.blueBright(`You can view your bot on your browser by going to https://localhost:3000.`)); // Draw the path followed by the bot const path = [bot.entity.position.clone()];