Export invite manager

This commit is contained in:
Helloyunho 2021-03-04 10:50:55 +09:00
parent 9cd9eb9c6f
commit d26059fdc8
2 changed files with 3 additions and 1 deletions

View File

@ -19,5 +19,6 @@
"checkTests": false,
"checkInstallation": false,
"check": true,
"unlisted": false
"unlisted": false,
"ignore": []
}

1
mod.ts
View File

@ -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'