fix(types)!: Fix discordeno/channel.ts (#4355)

This commit is contained in:
Fleny
2025-08-15 22:09:56 -04:00
committed by GitHub
parent 5de802e352
commit 84087917ef
2 changed files with 19 additions and 13 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ import type {
MessageTypes,
MfaLevels,
OAuth2Scope,
OverwriteReadable,
Overwrite,
PremiumTiers,
PremiumTypes,
PresenceStatus,
@@ -467,7 +467,7 @@ export interface Channel {
/** for group DM channels: whether the channel is managed by an application via the `gdm.join` OAuth2 scope */
managed: boolean
/** Explicit permission overwrites for members and roles. */
permissionOverwrites: OverwriteReadable[]
permissionOverwrites: Overwrite[]
}
export interface ForumTag {