Use commands rather than text values

* Fix up the group matching to spread more evenly
* Also swap to using a config.py rather than .envrc or similar
This commit is contained in:
Marc Di Luzio 2024-08-08 00:09:30 +01:00
parent 2e9be1cace
commit 3da8065fa6
3 changed files with 39 additions and 39 deletions

View file

@ -4,4 +4,6 @@ Matchy matches matchies
## Dependencies
* `python3` obviously
* `discord.py` python module
* `BOT_TOKEN` envar set to a discord bot token
## Token
Create a `config.py` file with a `TOKEN=<token>` entry