Skip to content

Commit

Permalink
[ESM] export constants
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Aug 28, 2022
1 parent 43271e4 commit 66fe234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const VoiceChannel = (await import("./dist/lib/structures/VoiceChannel.js")).def
const VoiceState = (await import("./dist/lib/structures/VoiceState.js")).default.default;
const Webhook = (await import("./dist/lib/structures/Webhook.js")).default.default;

export * from "./dist/lib/Constants.js";
export { Collection } from "@augu/collections";

export {
Expand Down

0 comments on commit 66fe234

Please sign in to comment.