Skip to content

Commit

Permalink
fix: export ChannelWebhook class
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Mar 17, 2024
1 parent 6355792 commit 363e46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"typed-emitter": "^2.1.0",
"typescript": "^5.4.2"
}
}
}
1 change: 1 addition & 0 deletions src/classes/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from "./Bot";
export * from "./Channel";
export * from "./ChannelUnread";
export * from "./ChannelWebhook";
export * from "./Emoji";
export * from "./File";
export * from "./Invite";
Expand Down

0 comments on commit 363e46f

Please sign in to comment.