From 10b4b69594aa0570e22baa0fb1e41b782fdde945 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sun, 8 Jan 2023 14:28:30 +0700 Subject: [PATCH] types(widget): Add missing `name` #9031 djs --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index 4359d29..460dcae 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -3395,6 +3395,7 @@ export class Widget extends Base { private _patch(data: RawWidgetData): void; public fetch(): Promise; public id: Snowflake; + public name: string; public instantInvite?: string; public channels: Collection; public members: Collection;