forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2024-03-09 19:56:49 +02:00
parent ee64a0e7fa
commit 7fa93bf783
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,6 @@ def speak(data, v):
if not v.allowed_in_chat:
return '', 403
execute_under_siege(v, None, text, "chat")
image = None
if data['file']:
name = f'/chat_images/{time.time()}'.replace('.','') + '.webp'
@ -105,6 +103,8 @@ def speak(data, v):
if isinstance(text_html , tuple):
return text_html
execute_under_siege(v, None, text, "chat")
quotes = data['quotes']
id = secrets.token_urlsafe(5)