fd
This commit is contained in:
parent
d0f2d2f805
commit
6890aae6b9
4 changed files with 41 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue