From d26059fdc8c00ce415b3d1ea88fe11dcd4c75176 Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Thu, 4 Mar 2021 10:50:55 +0900 Subject: [PATCH] Export invite manager --- egg.json | 3 ++- mod.ts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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'