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

@ -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 -)"
},