Skip to content

Commit

Permalink
fix(typings): Outdated channelCreate event typings (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetimtoy authored May 10, 2022
1 parent 42e713b commit f163a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ declare namespace Eris {
callDelete: [call: Call];
callRing: [call: Call];
callUpdate: [call: Call, oldCall: OldCall];
channelCreate: [channel: AnyChannel];
channelCreate: [channel: AnyGuildChannel];
channelDelete: [channel: AnyChannel];
channelPinUpdate: [channel: TextableChannel, timestamp: number, oldTimestamp: number];
channelRecipientAdd: [channel: GroupChannel, user: User];
Expand Down

0 comments on commit f163a56

Please sign in to comment.