Increased backoff for simple replies
All checks were successful
git.cronocide.net/bluebubbles-bot/pipeline/head This commit looks good
All checks were successful
git.cronocide.net/bluebubbles-bot/pipeline/head This commit looks good
This commit is contained in:
parent
5fd75cc720
commit
3e2019c750
@ -9,7 +9,7 @@ import random
|
|||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
BACKOFF_SEC = 10
|
BACKOFF_SEC = 30
|
||||||
SIMPLE_REPLIES = {
|
SIMPLE_REPLIES = {
|
||||||
'^😘🍕$': ['😘🍕'],
|
'^😘🍕$': ['😘🍕'],
|
||||||
'^🍕😘$': ['😘🍕'],
|
'^🍕😘$': ['😘🍕'],
|
||||||
|
Loading…
Reference in New Issue
Block a user