Skip to content

Commit

Permalink
Add cooldown to channel response type (#668)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishal Narkhede <[email protected]>
  • Loading branch information
DanC5 and vishalnarkhede authored Apr 29, 2021
1 parent da4ff11 commit 639a91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export type ChannelResponse<
auto_translation_enabled?: boolean;
auto_translation_language?: TranslationLanguages;
config?: ChannelConfigWithInfo<CommandType>;
cooldown?: number;
created_at?: string;
created_by?: UserResponse<UserType> | null;
created_by_id?: string;
Expand Down

0 comments on commit 639a91c

Please sign in to comment.