From e90bde3575adde4a30f80c79b4b6f60c02d311a5 Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Sat, 6 Sep 2025 20:13:44 +0200 Subject: [PATCH] another README update --- .github/templates/README.template.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/templates/README.template.md b/.github/templates/README.template.md index 4db35e1..9df84c2 100644 --- a/.github/templates/README.template.md +++ b/.github/templates/README.template.md @@ -204,10 +204,7 @@ environment: VARIABLES: | "NUMBER2": "002", "GROUP_CHAT_1": [ - "user.id", - "000", - "001", - "group.id" + "user.id", "000", "001", "group.id" ] ``` @@ -251,7 +248,11 @@ Message Aliases can be added by setting `MESSAGE_ALIASES`: ```yaml environment: - MESSAGE_ALIASES: ' [{ "alias": "note", "priority": 4 }, { "alias": "test", "priority": 3 }] ' + MESSAGE_ALIASES: | + [ + { "alias": "note", "priority": 4 }, + { "alias": "test", "priority": 3 } + ] ``` ## Contributing