From 10ac46b7735d3a5b5c8b1730c30534ab9e190897 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 11 Aug 2024 22:31:34 +0100 Subject: [PATCH] Update the README * Add a note about using /join to rejoin * Fix a link * Remove a note about broken logging, seems to be working fine --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d0015b..9307fde 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Matches groups of users in a channel and offers a button to pose those groups to 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 +Allows users to pause their matching in a channel for a given number of days. Users can use `/join` to re-join before the end of that time. ### $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. @@ -42,7 +42,6 @@ Matchy is configured by a `config.json` file that takes this format: Only token and version are required. See [`py/config.py`](py/config.py) for explanations for any of these. ## TODO -* Write bot tests with [dpytest](https://dpytest.readthedocs.io/en/latest/tutorials/getting_started.html) * Add scheduling functionality -* Fix logging in some sub files (doesn't seem to actually be output?) +* Write integration tests (maybe with [dpytest](https://dpytest.readthedocs.io/en/latest/tutorials/getting_started.html)?) * Improve the weirdo \ No newline at end of file