src/index.js
The project uses module aliases for easier imports:
@root
: .
@src
: src/
@lib
: src/lib/
@config
: src/config/
@structures
: src/structures/
@handlers
: src/handlers/
@helpers
: src/helpers/
@schemas
: src/schemas/
@commands
: src/commands/
@assets
: src/assets/
@events
: src/events/
Requires Node.js version 20 or higher.
nodemon
.