mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
refactor(Managers): rename add to _add (#6060)
This commit is contained in:
@@ -18,7 +18,7 @@ class MessageComponentInteraction extends Interaction {
|
||||
* The message to which the component was attached
|
||||
* @type {Message|APIMessage}
|
||||
*/
|
||||
this.message = this.channel?.messages.add(data.message) ?? data.message;
|
||||
this.message = this.channel?.messages._add(data.message) ?? data.message;
|
||||
|
||||
/**
|
||||
* The custom id of the component which was interacted with
|
||||
|
||||
Reference in New Issue
Block a user