Skip to content

Commit e6541fb

Browse files
committed
types: remove random readonly
1 parent 95506d3 commit e6541fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/discord.js/typings/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ export class Message<InGuild extends boolean = boolean> extends Base {
23502350
public get channel(): If<InGuild, GuildTextBasedChannel, TextBasedChannel>;
23512351
public channelId: Snowflake;
23522352
public get cleanContent(): string;
2353-
public components: readonly TopLevelComponent[];
2353+
public components: TopLevelComponent[];
23542354
public content: string;
23552355
public get createdAt(): Date;
23562356
public createdTimestamp: number;

0 commit comments

Comments
 (0)