mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
refactor: change xID to xId (#6036)
* refactor: change `xID` to `xId` * Update src/managers/MessageManager.js Co-authored-by: Noel <buechler.noel@outlook.com> Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
@@ -57,10 +57,10 @@ class TextChannel extends GuildChannel {
|
||||
|
||||
if ('last_message_id' in data) {
|
||||
/**
|
||||
* The ID of the last message sent in this channel, if one was sent
|
||||
* The last message id sent in the channel, if one was sent
|
||||
* @type {?Snowflake}
|
||||
*/
|
||||
this.lastMessageID = data.last_message_id;
|
||||
this.lastMessageId = data.last_message_id;
|
||||
}
|
||||
|
||||
if ('rate_limit_per_user' in data) {
|
||||
|
||||
Reference in New Issue
Block a user