This commit is contained in:
kento2 2026-08-10 21:45:45 +02:00
parent a088d27485
commit 46978ae799
18 changed files with 2233 additions and 112 deletions

View file

@ -7,6 +7,7 @@
- refactor BUILD files: MODULES.bazel
## core
- configurator: need to use json nodes for storing data so i can rlly update subfields
- convert commands to new api
- CommandExecutor now has a style parameter which is always MessageStyle(not ScrowMessageStyle),
this kinda sucks. i could merge kencommandapi into core or make it more flexible(but then i need even more generics)