Aevann1 2022-09-17 16:39:50 +02:00
parent 316332d100
commit e315c56f7b
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def speak(data, v):
"avatar": v.profile_url,
"hat": v.hat_active,
"username": v.username,
"namecolor": v.namecolor,
"namecolor": v.name_color,
"text": text,
"text_html": text_html,
"text_censored": censor_slurs(text_html, 'chat'),