aboutsummaryrefslogtreecommitdiff
path: root/env.example
diff options
context:
space:
mode:
Diffstat (limited to 'env.example')
-rw-r--r--env.example8
1 files changed, 4 insertions, 4 deletions
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