Increased backoff for simple replies
All checks were successful
git.cronocide.net/bluebubbles-bot/pipeline/head This commit looks good

This commit is contained in:
Daniel Dayley 2024-09-30 12:39:47 -06:00
parent 5fd75cc720
commit 3e2019c750
Signed by: Cronocide
GPG Key ID: 1CADA052F64664EC

View File

@ -9,7 +9,7 @@ import random
import os
import re
BACKOFF_SEC = 10
BACKOFF_SEC = 30
SIMPLE_REPLIES = {
'^😘🍕$': ['😘🍕'],
'^🍕😘$': ['😘🍕'],