Adds subcommand support with an enhanced Command class.
npm install @aydendev/subcommands
ayden-sdk: The complete framework, including all Ayden SDK modules (ideal for beginners).
@aydendev/core: The core module containing all essential classes of Ayden SDK.
@aydendev/embeds: Provides required embed templates.
@aydendev/deploy: Manages module submission.
@aydendev/subcommands: Adds subcommand support with an enhanced Command class.
@aydendev/create: Template for creating new Ayden bot modules.
bash
Using NPM
npm create @aydendev/create@latest
Using Yarn
yarn create @aydendev/create@latest
Using PNPM
pnpm create @aydendev/create@latest
``