Hexabot Plugin Development
Why Develop Hexabot Plugins?
Plugin Structure
hexabot-plugin-example/
│
├── README.md // Plugin documentation
├── index.plugin.ts // Main plugin entry point
├── package.json // Plugin manifest
├── settings.ts // Plugin settings
├── i18n/ // Translation directory
│ └── en/
│ └── title.jsonLast updated
Was this helpful?