Skip to content

Commit

Permalink
Update channelUpdate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
akpi816218 committed Jul 10, 2024
1 parent 3ada8f6 commit 35d40cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/events/channelUpdate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {
/*import {
AuditLogEvent,
BaseGuildTextChannel,
BaseGuildVoiceChannel,
Expand Down Expand Up @@ -234,4 +234,4 @@ function getDifferentProperties(before: GuildChannel, after: GuildChannel) {
}
return diff;
}, {} as Partial<GuildChannel>);
}
}*/

0 comments on commit 35d40cf

Please sign in to comment.