feat(docs): remove not so useful exports
This commit is contained in:
		
							parent
							
								
									d1aba4a981
								
							
						
					
					
						commit
						db01e3eec1
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		
							
								
								
									
										7
									
								
								mod.ts
									
										
									
									
									
								
							
							
						
						
									
										7
									
								
								mod.ts
									
										
									
									
									
								
							|  | @ -8,7 +8,8 @@ export { | ||||||
|   ExtensionCommands, |   ExtensionCommands, | ||||||
|   ExtensionsManager |   ExtensionsManager | ||||||
| } from './src/models/extensions.ts' | } from './src/models/extensions.ts' | ||||||
| export * from './src/models/commandClient.ts' | export { CommandClient } from './src/models/commandClient.ts' | ||||||
|  | export type { CommandClientOptions } from './src/models/commandClient.ts' | ||||||
| export { BaseManager } from './src/managers/base.ts' | export { BaseManager } from './src/managers/base.ts' | ||||||
| export { BaseChildManager } from './src/managers/baseChild.ts' | export { BaseChildManager } from './src/managers/baseChild.ts' | ||||||
| export { ChannelsManager } from './src/managers/channels.ts' | export { ChannelsManager } from './src/managers/channels.ts' | ||||||
|  | @ -24,7 +25,7 @@ export { MessagesManager } from './src/managers/messages.ts' | ||||||
| export { RolesManager } from './src/managers/roles.ts' | export { RolesManager } from './src/managers/roles.ts' | ||||||
| export { UsersManager } from './src/managers/users.ts' | export { UsersManager } from './src/managers/users.ts' | ||||||
| export { Application } from './src/structures/application.ts' | export { Application } from './src/structures/application.ts' | ||||||
| export { ImageURL } from './src/structures/cdn.ts' | // export { ImageURL } from './src/structures/cdn.ts'
 | ||||||
| export { Channel } from './src/structures/channel.ts' | export { Channel } from './src/structures/channel.ts' | ||||||
| export { DMChannel } from './src/structures/dmChannel.ts' | export { DMChannel } from './src/structures/dmChannel.ts' | ||||||
| export { Embed } from './src/structures/embed.ts' | export { Embed } from './src/structures/embed.ts' | ||||||
|  | @ -52,7 +53,7 @@ export { User } from './src/structures/user.ts' | ||||||
| export { Webhook } from './src/structures/webhook.ts' | export { Webhook } from './src/structures/webhook.ts' | ||||||
| export { Collection } from './src/utils/collection.ts' | export { Collection } from './src/utils/collection.ts' | ||||||
| export { Intents } from './src/utils/intents.ts' | export { Intents } from './src/utils/intents.ts' | ||||||
| export { getBuildInfo } from './src/utils/buildInfo.ts' | // export { getBuildInfo } from './src/utils/buildInfo.ts'
 | ||||||
| export * from './src/utils/permissions.ts' | export * from './src/utils/permissions.ts' | ||||||
| export { UserFlagsManager } from './src/utils/userFlags.ts' | export { UserFlagsManager } from './src/utils/userFlags.ts' | ||||||
| export * from './src/utils/bitfield.ts' | export * from './src/utils/bitfield.ts' | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue