Return the AstrBot temporary data directory path.
()
| 66 | |
| 67 | |
| 68 | def get_astrbot_temp_path() -> str: |
| 69 | """Return the AstrBot temporary data directory path.""" |
| 70 | return os.path.realpath(os.path.join(get_astrbot_data_path(), "temp")) |
| 71 | |
| 72 | |
| 73 | def get_astrbot_skills_path() -> str: |
no test coverage detected