mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat(GuildMember): add selfStream (#3522)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -680,6 +680,7 @@ declare module 'discord.js' {
|
||||
public readonly roles: Collection<Snowflake, Role>;
|
||||
public selfDeaf: boolean;
|
||||
public selfMute: boolean;
|
||||
public selfStream: boolean;
|
||||
public serverDeaf: boolean;
|
||||
public serverMute: boolean;
|
||||
public speaking: boolean;
|
||||
|
||||
Reference in New Issue
Block a user