mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
types(widget): Add missing name (#9031)
Co-authored-by: Ben <88249114+BenjammingKirby@users.noreply.github.com>
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -2943,6 +2943,7 @@ export class Widget extends Base {
|
||||
private _patch(data: RawWidgetData): void;
|
||||
public fetch(): Promise<Widget>;
|
||||
public id: Snowflake;
|
||||
public name: string;
|
||||
public instantInvite?: string;
|
||||
public channels: Collection<Snowflake, WidgetChannel>;
|
||||
public members: Collection<string, WidgetMember>;
|
||||
|
||||
Reference in New Issue
Block a user