initial commit
This commit is contained in:
14 files changed
+3067
No files matched your search
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "quarksbot",
|
||||
"version": "1.0.0",
|
||||
"description": "Grand Theft Auto V Roleplay Bot",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"dev": "node dev-index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"Roleplay",
|
||||
"GTAV"
|
||||
],
|
||||
"author": "Braeden Sowinski",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"discord.js": "^13.8.1",
|
||||
"mongodb": "^4.7.0"
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user