Skip to content

Commit 19c4837

Browse files
committed
add is-docker
1 parent fbb6792 commit 19c4837

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

env.template

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,4 @@ MONGODB_URI=
33
BOT_DEFAULT_PREFIX=
44
VERSION=
55
UPTIME_KUMA_MONITOR_DOMAIN=
6-
UPTIME_KUMA_MONITOR_ID=
7-
8-
9-
# Fill out these values with the role id's of the roles you have in your server
10-
11-
Prefrosh=
12-
Freshman=
13-
Sophomore=
14-
Junior=
15-
Senior=
16-
Graduatestudent=
17-
Alumni=
18-
Sileader=
19-
Ta=
20-
Studentemployee=
21-
Professor=
6+
UPTIME_KUMA_MONITOR_ID=

package-lock.json

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@
2424
"axios": "^0.27.2",
2525
"chalk": "4.1.2",
2626
"discord.js": "^13.9.2",
27+
"is-docker": "^3.0.0",
2728
"mongoose": "^6.5.4",
2829
"path": "^0.12.7",
2930
"prettier": "^2.7.1",
3031
"ts-node": "^10.5.0",
3132
"typescript": "^4.5.5",
3233
"wokcommands": "^1.5.3"
3334
}
34-
}
35+
}

0 commit comments

Comments
 (0)