skinnybot / module
The Module plugin for Skinny.
Installs: 143
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:skinny-plugin
Requires
- php: ^7.3
Requires (Dev)
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2025-03-19 05:02:30 UTC
README
StyleCI | Stable Version | Downloads | License |
---|---|---|---|
The Module plugin for Skinny.
The Module plugin is a module that allow you to manage modules with commands. That means you can code your own module and load/reload it without restarting the bot. Isn't that cool ?! 😝
This module has the following command and it require to be admin of the bot :
Commands
Command | Description |
---|---|
!module load <module> |
Load the specified module. |
!module unload <module> |
Unload the specified module. |
!module reload <module> |
Reload the specified module. |
!module reload all |
Reload all the loaded modules. |
!module time <module> |
Display the time from when the module is loaded. |
!module loaded |
Show the list of the loaded modules. |