Implement user pausing with /pause

This commit is contained in:
Marc Di Luzio 2024-08-11 19:02:47 +01:00
parent a480549ad3
commit 7efe781e66
4 changed files with 125 additions and 67 deletions

View file

@ -30,7 +30,6 @@ Matchy is configured by a `config.json` file that takes this format:
## TODO
* Write bot tests with [dpytest](https://dpytest.readthedocs.io/en/latest/tutorials/getting_started.html)
* Implement /pause to pause a user for a little while
* Move more constants to the config
* Add scheduling functionality
* Fix logging in some sub files (doesn't seem to actually be output?)