Skip to content

Commit 8e4486c

Browse files
committed
Update discord bot
1 parent 1353c19 commit 8e4486c

File tree

3 files changed

+87
-117
lines changed

3 files changed

+87
-117
lines changed

discordbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20
1+
FROM node:22
22

33
WORKDIR /srv
44

discordbot/package-lock.json

Lines changed: 81 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

discordbot/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "napipatrik-discord-bot",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A discord bot for napipatrik integration",
55
"main": "index.js",
66
"scripts": {
@@ -18,9 +18,9 @@
1818
},
1919
"homepage": "https://github.com/napipatrik/napipatrik.github.io#readme",
2020
"dependencies": {
21-
"@discordjs/builders": "^1.8.2",
22-
"@discordjs/rest": "^2.3.0",
23-
"discord-api-types": "^0.37.90",
24-
"discord.js": "^14.15.3"
21+
"@discordjs/builders": "^1.10.1",
22+
"@discordjs/rest": "^2.4.3",
23+
"discord-api-types": "^0.37.119",
24+
"discord.js": "^14.18.0"
2525
}
2626
}

0 commit comments

Comments
 (0)