mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Bots cant be in group therefore remove icon from channel interface
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user