fix: export ChannelWebhook class

This commit is contained in:
Paul Makles
2024-03-17 12:04:09 +00:00
parent 6355792173
commit 363e46fad9
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -54,4 +54,4 @@
"typed-emitter": "^2.1.0",
"typescript": "^5.4.2"
}
}
}
+1
View File
@@ -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";