mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
typings(Message): member property is a readonly getter
This commit is contained in:
parent
1d77d1a9b8
commit
2cc0a31d5c
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -648,7 +648,7 @@ declare module 'discord.js' {
|
||||||
public readonly guild: Guild;
|
public readonly guild: Guild;
|
||||||
public hit: boolean;
|
public hit: boolean;
|
||||||
public id: Snowflake;
|
public id: Snowflake;
|
||||||
public member: GuildMember;
|
public readonly member: GuildMember;
|
||||||
public mentions: MessageMentions;
|
public mentions: MessageMentions;
|
||||||
public nonce: string;
|
public nonce: string;
|
||||||
public readonly pinnable: boolean;
|
public readonly pinnable: boolean;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue