Skip to content

Commit

Permalink
types(widget): Add missing name (#9031)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben <88249114+BenjammingKirby@users.noreply.github.com>
  • Loading branch information
Jiralite and BenjammingKirby committed Jan 10, 2023
1 parent 1779e1b commit 35f6dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 35f6dad

Please sign in to comment.