This commit is contained in:
Aevann1 2022-04-07 00:54:09 +02:00
parent d0f2d2f805
commit 6890aae6b9
4 changed files with 41 additions and 5 deletions

View file

@ -55,7 +55,8 @@ def speak(data, v):
"namecolor": v.namecolor,
"text": text,
"text_html": text_html,
"text_censored": censor_slurs(text_html, 'chat')
"text_censored": censor_slurs(text_html, 'chat'),
"time": int(time.time())
}
if v.shadowbanned: