Skip to content

Commit 57a3926

Browse files
committed
Lower help thread deletion message threshold to 15 in 'helpforums_pre' extension
1 parent e5da810 commit 57a3926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcbot/exts/helpforums_pre/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
CAUTION_WHILE_MESSAGING_COOLDOWN: int = 900
1414
THREAD_TITLE_TOO_SHORT_SLOWMODE_DELAY: int = 300
15-
THREAD_DELETION_MESSAGE_THRESHOLD: int = 60
15+
THREAD_DELETION_MESSAGE_THRESHOLD: int = 15
1616
THREAD_TITLE_MINIMUM_LENGTH: int = 16
1717
FORUM_THREAD_TAG_LIMIT = 5
1818

0 commit comments

Comments
 (0)