discord.js 15.0.0-dev.1743120771-93f2ba0fc → 15.0.0-dev.1743249921-646ecae47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "discord.js",
4
- "version": "15.0.0-dev.1743120771-93f2ba0fc",
4
+ "version": "15.0.0-dev.1743249921-646ecae47",
5
5
  "description": "A powerful library for interacting with the Discord API",
6
6
  "main": "./src/index.js",
7
7
  "types": "./typings/index.d.ts",
@@ -60,11 +60,11 @@
60
60
  "tslib": "^2.8.1",
61
61
  "undici": "6.21.1",
62
62
  "@discordjs/builders": "^1.9.0",
63
+ "@discordjs/collection": "^2.1.1",
63
64
  "@discordjs/formatters": "^0.5.0",
64
65
  "@discordjs/util": "^1.1.1",
65
66
  "@discordjs/rest": "^2.4.0",
66
- "@discordjs/ws": "^2.0.0",
67
- "@discordjs/collection": "^2.1.1"
67
+ "@discordjs/ws": "^2.0.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@favware/cliff-jumper": "^4.1.0",
@@ -81,9 +81,9 @@
81
81
  "tslint": "6.1.3",
82
82
  "turbo": "^2.3.3",
83
83
  "typescript": "~5.5.4",
84
+ "@discordjs/api-extractor": "^7.38.1",
84
85
  "@discordjs/docgen": "^0.12.1",
85
- "@discordjs/scripts": "^0.1.0",
86
- "@discordjs/api-extractor": "^7.38.1"
86
+ "@discordjs/scripts": "^0.1.0"
87
87
  },
88
88
  "engines": {
89
89
  "node": ">=22.12.0"
@@ -788,6 +788,7 @@ class Message extends Base {
788
788
  return Boolean(
789
789
  channel?.type === ChannelType.GuildAnnouncement &&
790
790
  !this.flags.has(MessageFlags.Crossposted) &&
791
+ this.reference?.type !== MessageReferenceType.Forward &&
791
792
  this.type === MessageType.Default &&
792
793
  !this.poll &&
793
794
  channel.viewable &&