Main Changes
- Summons are now classes
- Now you can get the namespace from modules and sections
using get_namespace on loader
- Cooldown and use_limit were generalized to a unique
modifier, and now it accepts more arguments and customization
- Reloads now are fail-safe
- Now the execute invocation from the Debug extension can
execute code in different namespaces, including inside
modules and functions
Minor Changes
- Removed SlowWriting extension that was deprecated
- New methods on loader
- Multiple fixes