fix telegram, import asyncio
This commit is contained in:
@@ -5,6 +5,7 @@ All platform adapters (Telegram, Discord, WhatsApp) inherit from this
|
|||||||
and implement the required methods.
|
and implement the required methods.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import asyncio
|
||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
from dataclasses import dataclass, field
|
from dataclasses import dataclass, field
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|||||||
Reference in New Issue
Block a user