Export invite manager
This commit is contained in:
parent
9cd9eb9c6f
commit
d26059fdc8
2 changed files with 3 additions and 1 deletions
3
egg.json
3
egg.json
|
@ -19,5 +19,6 @@
|
|||
"checkTests": false,
|
||||
"checkInstallation": false,
|
||||
"check": true,
|
||||
"unlisted": false
|
||||
"unlisted": false,
|
||||
"ignore": []
|
||||
}
|
||||
|
|
1
mod.ts
1
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'
|
||||
|
|
Loading…
Reference in a new issue