mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
refactor: make data public in builders (#7486)
This commit is contained in:
@@ -19,7 +19,7 @@ export abstract class Component<
|
||||
/**
|
||||
* The API data associated with this component
|
||||
*/
|
||||
protected readonly data: DataType;
|
||||
public readonly data: DataType;
|
||||
|
||||
public abstract toJSON(): APIMessageComponent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user