Packages¶
Use Arcane packages to keep complex feature domains out of your core runtime config.
Available Package Docs¶
@arcane/moderation: moderation actions and automod workflows@arcane/music: queue/player and voice workflows@arcane/leveling: XP progression and rank systems
Package Config Pattern¶
{
"package": "@arcane/moderation",
"version": "latest",
"enabled": true,
"config": {}
}
Usage Flow¶
- Add a package config file in
packages/. - Reference the package from command/event JSON.
- Run
arcane validate --strict. - Run
arcane devand verify behavior.