Bundling allows you to compile and optimize your Discord bot for production deployment.Documentation Index
Fetch the complete documentation index at: https://djs-core.cleboost.com/llms.txt
Use this file to discover all available pages before exploring further.
What is Bundling?
Bundling is the process of compiling your TypeScript code into optimized JavaScript that can be deployed and run in production environments.Build Process
djs-core provides build tools to help you bundle your bot efficiently with:- TypeScript compilation
- Code optimization
- Dependency bundling
- Production-ready output