Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 66818a40be | |||
| 53db0f47b9 | |||
| adc15f0555 | |||
| e2d3097829 | |||
| 72ddf229ec |
@@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
token
|
||||
.DS_Store
|
||||
Generated
+1
-1
@@ -7,7 +7,7 @@
|
||||
"": {
|
||||
"name": "1800queue",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@discordjs/rest": "^0.3.0",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
cd ../..
|
||||
npm install
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
cd ../..
|
||||
npm start
|
||||
Reference in New Issue
Block a user