Skip to content

Commit 5255388

Browse files
authored
refactor: move builtin stars to astrbot package (#4209)
* refactor: move builtin stars to astrbot package fixes: #4202 * chore: ruff format * chore: remove print
1 parent fbdd60b commit 5255388

File tree

42 files changed

+20
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+20
-22
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 2 deletions

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ configs/session
2424
configs/config.yaml
2525
cmd_config.json
2626

27-
# Plugins and packages
27+
# Plugins
2828
addons/plugins
29-
packages/python_interpreter/workplace
29+
astrbot/builtin_stars/python_interpreter/workplace
3030
tests/astrbot_plugin_openai
3131

3232
# Dashboard
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/builtin_commands/commands/alter_cmd.py renamed to astrbot/builtin_stars/builtin_commands/commands/alter_cmd.py

File renamed without changes.

packages/builtin_commands/commands/conversation.py renamed to astrbot/builtin_stars/builtin_commands/commands/conversation.py

File renamed without changes.

0 commit comments

Comments
 (0)