Slash Command Decorator
is it possible to use
@sapphire/decorators
, to make slash commands?Solution:Jump to solution
the library exports no decorators for it so you'll have to write your own, it is possible to use decorators in general to register slash commands though.
3 Replies
Solution
the library exports no decorators for it so you'll have to write your own, it is possible to use decorators in general to register slash commands though.
if you do write decorators for it, feel free to share the library through https://github.com/sapphiredev/awesome-sapphire
GitHub
GitHub - sapphiredev/awesome-sapphire: Manually curated collection ...
Manually curated collection of resources, plugins, utilities, and other assortments for the Sapphire Community projects. - sapphiredev/awesome-sapphire
Sounds good
ty