tweak: double choice timeout

This commit is contained in:
cottongin
2026-04-03 22:49:02 -04:00
parent f882ab9ecc
commit 6cfa971fa6

View File

@@ -33,7 +33,7 @@ SONG_PATTERN = re.compile(
re.UNICODE, re.UNICODE,
) )
CHOICE_TIMEOUT = 60 CHOICE_TIMEOUT = 120
class SongRequest(callbacks.Plugin): class SongRequest(callbacks.Plugin):