mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-19 10:22:04 +08:00
* fix: accept both str and re.Pattern in RegexFilter RegexFilter.__init__ now handles compiled re.Pattern objects by extracting .pattern for regex_str, preventing TypeError during JSON serialization in the dashboard plugin API. * perf: 精简代码
AstrBot Star
AstrBot Star 就是插件。
在 AstrBot v4.0 版本后,AstrBot 内部将插件命名为 star。插件的 handler 称作 star_handler。