From cbea7abca20c95b9f0f539e99a8280c7e35dd54d Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Tue, 13 Aug 2024 23:33:43 +0100 Subject: [PATCH] Update the readme with the grant command --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d34820e..0610f2b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,10 @@ Allows a matcher to set a weekly schedule for matches in the channel, cancel can Only usable by users with the `owner` scope. Only usable in a DM with the bot user. #### $sync and $close -Syncs bot commands and reloads the state file, or closes down the bot. +Syncs bot commands or closes down the bot. + +#### $grant [user: int] +Grant a given user the matcher scope to allow them to use `/match` and `/schedule`. ## Development Current development is on Linux, though running on Mac or Windows should work fine.