Compare commits
5 Commits
93b7aea301
...
66818a40be
| Author | SHA1 | Date | |
|---|---|---|---|
| 66818a40be | |||
| 53db0f47b9 | |||
| adc15f0555 | |||
| e2d3097829 | |||
| 72ddf229ec |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
token
|
token
|
||||||
|
.DS_Store
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -7,7 +7,7 @@
|
|||||||
"": {
|
"": {
|
||||||
"name": "1800queue",
|
"name": "1800queue",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discordjs/rest": "^0.3.0",
|
"@discordjs/rest": "^0.3.0",
|
||||||
"cheerio": "^1.0.0-rc.10",
|
"cheerio": "^1.0.0-rc.10",
|
||||||
|
|||||||
5
scripts/mac-linux/install.sh
Executable file
5
scripts/mac-linux/install.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
|
cd ../..
|
||||||
|
npm install
|
||||||
5
scripts/mac-linux/start.sh
Executable file
5
scripts/mac-linux/start.sh
Executable file
@@ -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