diff --git a/.replit b/.replit index bc0f222..4be2ad4 100644 --- a/.replit +++ b/.replit @@ -1,4 +1,4 @@ run = "npm start" onBoot = "npm i" ignoredPaths=[".gitignore"] -language = "Nodejs" \ No newline at end of file +language = "nodejs" \ No newline at end of file diff --git a/README.md b/README.md index 3001d1c..c279a85 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This code could not be created without **Minecraft server util package** ## HOW TO USE & INSTALL ### Go to our [documentation](https://petyxbron.gitbook.io/minecraft-bot/installation/install) and see. +[![Run on Repl.it](https://repl.it/badge/github/MrMazzone/dotreplit-example)](https://repl.it/github/MrMazzone/dotreplit-example) ## TO DO diff --git a/package.json b/package.json index 0eb7224..89d7494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-bot", - "version": "1.1.4", + "version": "1.1.5", "description": "Discord minecraft bot, with which you can check your minecraft server status (online players, version, online status etc.)", "main": "index.js", "scripts": {