add warning about spaces

This commit is contained in:
Lili (Tlapka) 2024-02-06 20:12:12 +01:00
parent 8e4d21c02f
commit 7dfc8faae7
1 changed files with 2 additions and 1 deletions

View File

@ -329,7 +329,8 @@ REDEEMS={
```
#### File format
`redeems.py` is a config file with just a `REDEEMS` key, that assigns a dictionary of redeems to it.
Each dictionary entry is a redeem, and the dictionary keys are strings that decides the chat command for the redeem.
Each dictionary entry is a redeem, and the dictionary keys are strings that decide the chat command for the redeem.
The redeem names shouldn't have spaces in them.
The value is another dictionary that needs to have an entry for `"type"` and
an entry for `"price"` for non-milestones or `"goal"` for milestones.
Optionally, each redeem can also have `"info"` and `"category"` entries.