0.0.4 • Published 6 months ago

discord-command-framework-js v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

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
)
}
0.0.4

6 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago