diff --git a/egg.json b/egg.json index fc8d036..43e6d96 100644 --- a/egg.json +++ b/egg.json @@ -19,5 +19,6 @@ "checkTests": false, "checkInstallation": false, "check": true, - "unlisted": false + "unlisted": false, + "ignore": [] } diff --git a/mod.ts b/mod.ts index c46282d..fdd25de 100644 --- a/mod.ts +++ b/mod.ts @@ -43,6 +43,7 @@ export { ReactionUsersManager } from './src/managers/reactionUsers.ts' export { MessagesManager } from './src/managers/messages.ts' export { RolesManager } from './src/managers/roles.ts' export { UsersManager } from './src/managers/users.ts' +export { InviteManager } from './src/managers/invites.ts' export { Application } from './src/structures/application.ts' // export { ImageURL } from './src/structures/cdn.ts' export { Channel } from './src/structures/channel.ts'