We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26de4cf commit def126dCopy full SHA for def126d
lib/structures/Message.js
@@ -9,7 +9,6 @@ const User = require("./User");
9
* Represents a message
10
* @prop {String} id The ID of the message
11
* @prop {Channel} channel The channel the message is in
12
-* @prop {Guild?} guild The guild the message channel is in. Alias to channel.guild
13
* @prop {Number} timestamp Timestamp of message creation
14
* @prop {Number} type The type of the message
15
* @prop {User} author The message author
0 commit comments