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 cb109ef commit 332cbbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM node:18.16.0


ENV maxMembers 15
ENV dataFilePath '/app/data/'
ENV discordToken undefined
ENV dataFilePath 'app/data/'
ENV guildId '970204828858990593'
ENV channelId '1129843141101498378'
ENV applicationId '976408750070054943'
Expand All @@ -15,6 +15,6 @@ RUN npm install


RUN mkdir /app/data
RUN ls


CMD ["node", "index.js"]
11 changes: 0 additions & 11 deletions source/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,17 +278,6 @@ class client {

),
{body : (commands.map(c => c.context(members)))}

// {

// body : (commands.map(c => {

// try {return c.context(members);}
// catch (error) {undefined}

// }))

// }

);

Expand Down

0 comments on commit 332cbbf

Please sign in to comment.