reduce automute from 60 mins to 10 mins

pull/136/head
Aevann 2023-03-04 20:16:38 +02:00
parent b84d24ffa1
commit eb59a6a1bc
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ def speak(data, v):
if SITE == 'rdrama.net':
def shut_up():
self_only = True
muted_until = int(time.time() + 3600)
muted_until = int(time.time() + 600)
muted[vname] = muted_until
emit("online", [online, muted], broadcast=True)