Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jan 28, 2024
1 parent 453bd0b commit d375530
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18.16.0

ENV maxMembers 15
ENV discordToken undefined
ENV dataFilePath '/app/data'
ENV dataFilePath '/data'
ENV guildId '970204828858990593'
ENV channelId '1129843141101498378'
ENV applicationId '976408750070054943'
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "ISC",
"dependencies": {
"discord.js": "^14.14.1",
"lxrbckl": "^6.2.1"
"lxrbckl": "^6.2.2"
},
"devDependencies": {
"mocha": "^10.2.0"
Expand Down
1 change: 1 addition & 0 deletions source/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class database extends local {
}) {

super();
this.show = true;
this.client = pClient;
this.channelId = pChannelId;
this.maxMembers = pMaxMembers;
Expand Down

0 comments on commit d375530

Please sign in to comment.