Skip to content

Commit

Permalink
allow parentID in channel.edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Skillz4Killz committed Nov 18, 2019
1 parent 2c57a6d commit bd3d5c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,7 @@ declare namespace Eris {
userLimit?: number;
rateLimitPerUser?: number;
nsfw?: boolean;
parentID?: string;
},
reason?: string
): Promise<AnyGuildChannel>;
Expand Down

0 comments on commit bd3d5c8

Please sign in to comment.