From 5ab3158d473af7c5b7e4f901fa187648961cb2ad Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 28 Aug 2025 12:04:37 -0700 Subject: feat: Add user-specified roleplay post limit --- env.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'env.example') 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 -- cgit v1.2.3