Compare commits

...

1 Commits

Author SHA1 Message Date
cottongin
6cfa971fa6 tweak: double choice timeout 2026-04-03 22:49:02 -04:00

View File

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