From 02a4d305c0b4e096ffab1a06b6f78883d2cfc3a3 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 18 Aug 2024 11:45:29 +0200 Subject: [PATCH] update readme.md --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index e1f090d..5831859 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,7 @@ instance of the bot. All users that have the app installed can use the /note (command name configurable by admin) command to retrieve a note. #### Admin -Only configured admin user can add notes. To add a note, you need to have your user id specified in the noted.properties -configuration file. You can specify multiple user ids separated by `,`. You can use add-note command to add a note, edit-note to edit a note, delete-note to delete a note. -Those commands are only available in the direct message channel with the bot. +Only configured admin user can add, edit or delete notes. To add a note, you need to have your user id specified in the +noted.properties configuration file. You can specify multiple user ids separated by `,`. You can use add-note command to +add a note, edit-note to edit a note, delete-note to delete a note. Those commands are only available in the direct +message channel with the bot.