pretty good

This commit is contained in:
Cyberes 2023-03-18 16:59:40 -06:00
parent 1321620b91
commit 7513bef0ba
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ class Callbacks:
# room.member_count <= 2 ... we assume a DM
# General message listener
if not msg.startswith(f'{self.command_prefix} ') and is_thread(event) and not self.store.check_seen_event(event.event_id) and (await is_this_our_thread(self.client, room, event, self.command_prefix)):
print(t)
await self.client.room_typing(room.room_id, typing_state=True, timeout=3000)
thread_content = await get_thread_content(self.client, room, event)
api_data = []