Skip to content

Commit e16beea

Browse files
committed
Enforce nonce for GlobalChat & MirrorGuild to prevent multiple sends
discordjs/discord.js#10301
1 parent c64597f commit e16beea

File tree

6 files changed

+146
-111
lines changed

6 files changed

+146
-111
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ Aspirations & TODO:
5555
- Confess IDs are unique per confession
5656
- GlobalChat first message introduction
5757
- caching for various things
58-
- bump reminder
59-
- fix media double-send in guild mirroring and global chat https://github.com/discordjs/discord.js/issues/10301#issuecomment-2133187939
6058
- auto role
6159
- global chat mute message context function
6260
- /timestamp

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"dependencies": {
66
"@prisma/client": "^5.14.0",
7-
"discord.js": "^14.14.1",
7+
"discord.js": "^14.15.3",
88
"dotenv": "^16.0.3",
99
"rc5": "^2.1.0"
1010
},

0 commit comments

Comments
 (0)