From 6c2eb41ec39781ab202ec398c824cb457bba1cd8 Mon Sep 17 00:00:00 2001 From: Lili Date: Mon, 27 Mar 2023 14:21:31 +0200 Subject: [PATCH] update initial setup with counters/milestones --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e2f98a..8a8d588 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ by default.) 6. OPTIONAL: Create an `instance/redeems.py` file and add your custom redeems. If you don't add a redeems file, the bot will initialize the default redeems from `tlapbot/default_redeems.py`. More details on how to write the config and redeems files are written later in the readme. +7. If you've added any new counters or milestones, run `refresh-counters` or `refresh-milestones` commands to initialize them into the database. This installation is fine both for just running Tlapbot as it is, but it also works as a dev setup if you want to make changes or contribute.