diff --git a/src/types/channels/channel.ts b/src/types/channels/channel.ts index abae63c66..8e4fac1e5 100644 --- a/src/types/channels/channel.ts +++ b/src/types/channels/channel.ts @@ -33,8 +33,6 @@ export interface Channel { rateLimitPerUser?: number; /** The recipients of the DM */ recipients?: User[]; - /** Icon hash of the group DM */ - icon?: string | null; /** Id of the creator of the group DM or thread */ ownerId?: string; /** Application id of the group DM creator if it is bot-created */