aboutsummaryrefslogtreecommitdiff
path: root/env.example
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-19 16:08:58 -0700
committerFuwn <[email protected]>2025-09-19 16:08:58 -0700
commitb28fc51ef081f80e688e95e47072b21236710b71 (patch)
treea13e42192ee79f139f043c1c60d5412cc3652171 /env.example
parentfix(irm): Missing media attribute handling (diff)
downloadumabot-b28fc51ef081f80e688e95e47072b21236710b71.tar.xz
umabot-b28fc51ef081f80e688e95e47072b21236710b71.zip
feat: Update strings from roleplay to in character
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