Skip to content

Commit c7c57d1

Browse files
committed
chore: update config files, remove console.log
1 parent 7f8d1ef commit c7c57d1

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
20.12.2

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.18.1-slim AS deps
1+
FROM node:20.12.2-slim AS deps
22

33
WORKDIR /app
44

@@ -10,7 +10,7 @@ COPY src ./src
1010
RUN yarn install --frozen-lockfile
1111
RUN npm run build
1212

13-
FROM node:16.18.1-slim
13+
FROM node:20.12.2-slim
1414

1515
WORKDIR /app
1616

src/v2/commands/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export const registerCommands = async (client: Client): Promise<void> => {
116116
});
117117
}
118118
} catch (error) {
119-
console.error(error);
120119
await interaction.reply({
121120
ephemeral: true,
122121
content: 'Something went wrong when trying to execute the command',

0 commit comments

Comments
 (0)