mirror of
https://github.com/discordjs/discord.js.git
synced 2026-07-22 06:02:57 +00:00
typings(widget): add missing name (#8978)
typings(widget): add missing name
This commit is contained in:
+1
@@ -3384,6 +3384,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