fix telegram, import asyncio

This commit is contained in:
teknium1 2026-02-03 15:02:41 -08:00
parent 9d9eea9ac9
commit 488deb04a4

View file

@ -5,6 +5,7 @@ All platform adapters (Telegram, Discord, WhatsApp) inherit from this
and implement the required methods.
"""
import asyncio
from abc import ABC, abstractmethod
from dataclasses import dataclass, field
from datetime import datetime