diff options
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 |