discord-command-framework-js
v0.0.4
Published
framework for discord.js
Downloads
1
Readme
discord-command-framework-js
This is a simpler library for discord-js. The idea is to have a NestJs-like experience with Decorators and Controller-like command groups. Feel free to help by creating prs, issues or joining on discord
Pattern:
commandgroup{
command(
attribute,
parameter
)
subcommand(
attribute,
parameter
)
}
subcommandgroup{
subcommand(
attribute,
parameter
)
}
commandarea {
subcommand(
attribute,
parameter
)
}