forked from MarseyWorld/MarseyWorld
master
parent
316332d100
commit
e315c56f7b
|
@ -68,7 +68,7 @@ def speak(data, v):
|
||||||
"avatar": v.profile_url,
|
"avatar": v.profile_url,
|
||||||
"hat": v.hat_active,
|
"hat": v.hat_active,
|
||||||
"username": v.username,
|
"username": v.username,
|
||||||
"namecolor": v.namecolor,
|
"namecolor": v.name_color,
|
||||||
"text": text,
|
"text": text,
|
||||||
"text_html": text_html,
|
"text_html": text_html,
|
||||||
"text_censored": censor_slurs(text_html, 'chat'),
|
"text_censored": censor_slurs(text_html, 'chat'),
|
||||||
|
|
Loading…
Reference in New Issue