@aydendev/subcommands
v0.0.1
Published
Adds subcommand support with an enhanced Command class.
Downloads
4
Maintainers
Readme
About
Ayden SDK is a framework for building and submitting Ayden Discord bot modules. With it, you can quickly create modules and integrate them into the Ayden ecosystem.
Note: Ayden SDK automatically installs the compatible version of Discord.js, so you don’t need to install it manually.
Packages
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.
Getting Started
# Using NPM
npm create @aydendev/create@latest
# Using Yarn
yarn create @aydendev/create@latest
# Using PNPM
pnpm create @aydendev/create@latest