From ef986b137f2b5481d35a3b51cf79c4536e06dae8 Mon Sep 17 00:00:00 2001 From: set Date: Fri, 28 Aug 2020 15:06:28 +0200 Subject: updated read me --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9825045..fa50772 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ All messages may optionally include an `session` field. When you authorize again | Field | Type | Description | |-------|------|-------------| | `command` | string | The command N core should handle | -| `arguments` | string | The arguments to the command (i.e. all remaining text in the message | -| `session` | string | The session id, defaults to `null` | +| `arguments` | string | The arguments to the command (i.e. all remaining text in the message - can be empty) | +| `session` | string | The session id, should default to `null` | ### answer The answer consists of an array of `reply` objects, an `success`-flag and a `session`-id provided by N core. -- cgit v1.2.3-54-g00ecf