Rename bot.js to vylbot.js

This commit is contained in:
Vylpes 2020-11-08 16:47:36 +00:00
parent 6a7e52b0ca
commit dc9bbbd58f
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "bot.js", "main": "bot.js",
"scripts": { "scripts": {
"start": "node bot.js", "start": "node vylbot.js",
"test": "echo \"No tests specified\"" "test": "echo \"No tests specified\""
}, },
"repository": { "repository": {

View file