diff --git a/typings/index.d.ts b/typings/index.d.ts index 337d186..3925dc8 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2562,6 +2562,7 @@ export class OAuth2Guild extends BaseGuild { public owner: boolean; public permissions: Readonly; } + export class PartialGroupDMChannel extends TextBasedChannelMixin(Channel, [ 'bulkDelete', 'fetchWebhooks',