diff options
| author | Fuwn <[email protected]> | 2025-08-28 12:04:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-08-28 12:04:37 -0700 |
| commit | 5ab3158d473af7c5b7e4f901fa187648961cb2ad (patch) | |
| tree | ac42aaa21e40118acaecbe3c15219352c9673a4a /env.example | |
| parent | feat: Add health API endpoint (diff) | |
| download | umabot-5ab3158d473af7c5b7e4f901fa187648961cb2ad.tar.xz umabot-5ab3158d473af7c5b7e4f901fa187648961cb2ad.zip | |
feat: Add user-specified roleplay post limit
Diffstat (limited to 'env.example')
| -rw-r--r-- | env.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/env.example b/env.example index 1e19fd4..efae35a 100644 --- a/env.example +++ b/env.example @@ -20,5 +20,7 @@ ROLEPLAY_MESSAGE=Your post has been removed. Only one roleplay post is allowed p CHECK_INTERVAL=60 # Maximum number of posts a user can make in 24 hours MAX_POSTS_PER_DAY=3 +# Maximum number of roleplay posts a user can make in 24 hours +MAX_ROLEPLAY_POSTS_PER_DAY=1 # Set to true to test without actually removing posts DRY_RUN=false |