From a14fe3024b561a2b5516fb2390431f6650afe8b9 Mon Sep 17 00:00:00 2001 From: PetyXbronCZ Date: Mon, 26 Jul 2021 11:56:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=89=20[1.1.5]=20-=20Repl.it=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .replit | 2 +- README.md | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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": {