mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-06 01:16:51 +00:00
30fb45fdc5fffba49238eee3f0c00523812c5f92
* fix error handling in subcommandPermCheck This edit fixes the error "<subcommandName> not found on command: <commandName>." it was finding the incorrect subcommand from the list vs the command subcommands. * fix error handling in permCheck Errors were not being thrown in the correct manner. This edit will filter through the command subcommandgroups and subcommands to validate the listed names in the plugin. Originally, the plugin would only search for the first subcommandgroup or subcommand and try to match to an in the list.
sern Plugins
An awesome list of plugins made by the awesome community, for the awesome community who use the sern framework to develop their Discord Bots.
How to install
As easy as running sern plugins with the CLI. Make sure you have a sern.config.json file at the root of your project.
You can also install them by downloading the file into your project.
Then, read the comments of the plugin file to know how to use them or run /plugin on the discord server
Contributing
Create your plugin by reading the docs, then open a PR. Code it in TypeScript, and a GitHub Action will convert the plugin to JavaScript automatically when merged.
Description
Languages
TypeScript
93.8%
Clojure
6.2%