mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 06:01:03 +00:00
fix: jsdocs for Message#referencedMessage
Co-authored-by: Tristan Guichaoua <33934311+tguichaoua@users.noreply.github.com>
This commit is contained in:
parent
2e96b9a606
commit
08286459cb
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ class Message extends Base {
|
|||
|
||||
/**
|
||||
* The Message this crosspost/reply/pin add references, if cached
|
||||
* @type {Message}
|
||||
* @type {?Message}
|
||||
* @readonly
|
||||
*/
|
||||
get referencedMessage() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue