Skip to content

Commit

Permalink
feat: easier guards for channelUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed May 31, 2021
1 parent 652c683 commit 8a77e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2604,7 +2604,7 @@ declare module 'discord.js' {
channelCreate: [channel: GuildChannel];
channelDelete: [channel: DMChannel | GuildChannel];
channelPinsUpdate: [channel: Channel | PartialDMChannel, date: Date];
channelUpdate: [oldChannel: Channel, newChannel: Channel];
channelUpdate: [oldChannel: DMChannel | GuildChannel, newChannel: DMChannel | GuildChannel];
debug: [message: string];
warn: [message: string];
emojiCreate: [emoji: GuildEmoji];
Expand Down

0 comments on commit 8a77e6e

Please sign in to comment.