From 03df49fa440779f381d9fe1ca528d845cc79d688 Mon Sep 17 00:00:00 2001 From: Stanislav Iliev Date: Sun, 20 Jan 2019 23:43:09 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd561409..28194fa9 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ Option | Type | Default Value | Description | | id | int | - | The match ID | | onScoreboardUpdate | function? | - | Callback that is called when there is new scoreboard data | | onLogUpdate | function? | - | Callback that is called when there is new game log data | +| onFullLogUpdate | function? | - | It's still unclear when this is called and with what data, if you find out please let me know! | onConnect | function? | - | Callback that is called when a connection with the scorebot is established | | onDisconnect | function? | - | Callback that is called when the scorebot disconnects |