From 5f66d3454cc7777b1b6cc83b7fa3f94cf66cb907 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 11 Aug 2024 19:03:44 +0100 Subject: [PATCH] Add a readme entry for pausing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 142b3c8..f3f6dde 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Matches groups of users in a channel and offers a button to pose those groups to ### /join and /leave Allows users to sign up and leave the group matching in the channel the command is used +### /pause [days: int(7)] +Allows users to pause their matching in a channel for a given number of days + ### $sync and $close Only usable by `OWNER` users, reloads the config and syncs commands, or closes down the bot. Only usable in DMs with the bot user.