FIRST COMMIT LETS GOOOOOO

This commit is contained in:
ION606
2022-02-17 21:42:57 -05:00
parent 684a68c6b5
commit cbc8da1c46
6 changed files with 530 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "selmerbot",
"version": "1.0.0",
"description": "THEEEEEE SEEELMEEEERRR BOOOOOOOOTTTTTT",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ION606/selmerBot.git"
},
"author": "ION606",
"license": "ISC",
"bugs": {
"url": "https://github.com/ION606/selmerBot/issues"
},
"homepage": "https://github.com/ION606/selmerBot#readme",
"dependencies": {
"discord.js": "^13.6.0"
}
}