checks for tts

This commit is contained in:
Believethehype
2024-07-18 10:09:23 +02:00
parent 8ea9cc3dd2
commit 48b64ffccc
4 changed files with 21 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ async def get_event_by_id(event_id: str, client: Client, config=None) -> Event |
return events[0]
else:
print("Event not found")
return None
async def get_events_async(client, filter, timeout):