From b28fc51ef081f80e688e95e47072b21236710b71 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 19 Sep 2025 16:08:58 -0700 Subject: feat: Update strings from roleplay to in character --- env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'env.example') diff --git a/env.example b/env.example index 92d7eed..d01bc34 100644 --- a/env.example +++ b/env.example @@ -16,20 +16,20 @@ SUBREDDIT_NAME=your_subreddit_name # Bot Messages # Customize these messages as needed -ROLEPLAY_MESSAGE=Your post has been removed. Only one roleplay post is allowed per user. +ROLEPLAY_MESSAGE=Your post has been removed. Only one in-character post is allowed per user. # Bot Settings # How often to check for new posts (in seconds) CHECK_INTERVAL=60 # Maximum number of posts a user can make in the time window MAX_POSTS_PER_DAY=3 -# Maximum number of roleplay posts a user can make in the time window +# Maximum number of in-character posts a user can make in the time window MAX_ROLEPLAY_POSTS_PER_DAY=1 # Time window for post limits (in hours) POST_LIMIT_WINDOW_HOURS=24 -# Time window for roleplay post limits (in hours) +# Time window for in-character post limits (in hours) ROLEPLAY_LIMIT_WINDOW_HOURS=24 -# Surge-based roleplay limiting thresholds +# Surge-based in-character limiting thresholds ROLEPLAY_SURGE_THRESHOLD_1=20 ROLEPLAY_SURGE_THRESHOLD_2=40 ROLEPLAY_SURGE_THRESHOLD_3=60 -- cgit v1.2.3