From 6d6f9d25f90f8b373c813c209930ffe8a48b5949 Mon Sep 17 00:00:00 2001 From: mdiluz Date: Sun, 22 Sep 2024 14:30:27 +0100 Subject: [PATCH] Update the readme with the new cadence value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e582c97..fc7008d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Matchy supports a bunch of user, `matcher` and bot owner commands. `/` commands | /pause | user | Pauses the user for `days: int` days | | /list | user | Lists the current matchees and scheduled matches | | /match | user* | Shares a preview of the matchee groups of size `group_min: int` with the user. *Offers a button to post the match to `matcher` users | -| /schedule | `matcher` | Schedules a match every week with `group_min: int` users on `weekday: int` day and at `hour: int` hour. Can pass `cancel: True` to stop the schedule | +| /schedule | `matcher` | Schedules a match every week with `group_min: int` users on `weekday: int` and at `hour: int`, on a weekly `cadence: int`.
Can pass `cancel: True` to stop the schedule | | /cancel | `matcher` | Cancels any scheduled matches in this channel | | $sync | bot owner | Syncs bot command data with the discord servers | | $close | bot owner | Closes the bot connection so the bot quits safely |