Return the AstrBot plugin directory path.
()
| 46 | |
| 47 | |
| 48 | def get_astrbot_plugin_path() -> str: |
| 49 | """Return the AstrBot plugin directory path.""" |
| 50 | return os.path.realpath(os.path.join(get_astrbot_data_path(), "plugins")) |
| 51 | |
| 52 | |
| 53 | def get_astrbot_plugin_data_path() -> str: |
no test coverage detected