From 7dfc8faae7cc3ac8cda14177f130b2ad23ed31ee Mon Sep 17 00:00:00 2001 From: Lili Date: Tue, 6 Feb 2024 20:12:12 +0100 Subject: [PATCH] add warning about spaces --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2be8fe..2e72247 100644 --- a/README.md +++ b/README.md @@ -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.