diff --git a/README.md b/README.md index 79f8cfd..db8a047 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ A scriptable Java library for chatbots (or [see here](https://git.m724.eu/Minecon724/-/packages/maven/eu.m724-chatapi)) ## Use -See [Main.java](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/java/eu/m724/chatapi/Main.java) for example usage \ +See [Main.java](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/java/eu/m724/chatapi/Main.java) for example usage (although most lines there is just sweetener) \ And [here](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/groovy/eu/m724/chatapi/example) for example chat sources \ No newline at end of file diff --git a/thinkings/thinking.txt b/thinkings/thinking.txt index 8f68839..e65dbae 100644 --- a/thinkings/thinking.txt +++ b/thinkings/thinking.txt @@ -3,6 +3,10 @@ so, the api is mostly good now, but new things to focus on: - how to do requests - how to make it friendly +packaging & loading +I think a one line source loading would be nice +Also do something like `source.yml` with information instead of a type like it is now + delay right now streaming seems delayed and batched, I don't know why maybe it's just me