silence error

master
Aevann 2024-04-09 17:17:34 +02:00
parent d4236b85a2
commit 5066d43870
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ def speak(data, v):
text_html = sanitize(text, count_emojis=True, chat=True)
if isinstance(text_html , tuple): return ''
if len(text_html) > 5000: return ''
execute_blackjack(v, None, text, "chat")
execute_under_siege(v, None, text, "chat")