fixed spelling mistake

This commit is contained in:
MrGeorgen
2020-05-14 19:14:45 +02:00
parent eb1ec1383f
commit a24699cf87
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ A fork of the popular proxy to wait out 2b2t.org's way too long queue. [2lazy2wa
- use the play command if you to play at a specified time
- chunk caching
- stores the minecraft login token to avoid account blocking
- antiAFK pulgin bypass
- antiAFK plugin bypass
# How to install
1. Download node.js and install it. On non-windows platforms, you also need npm.

View File

@ -2,8 +2,9 @@
"name": "2smart2wait",
"version": "1.0.0",
"description": "feature rich fork of 2bored2wait",
"main": "discordBot.js",
"main": "src/main.js",
"author": "MrGeorgen",
"repository": "git://git.redstoneunion.de/MrGeorgen/2smart2wait.git",
"scripts": {
"start": "(cd src && node main.js && cd -)"
},