Transfinity_bot / utils.py
Nurbot's picture
Upload 5 files
2638527 verified
raw
history blame contribute delete
223 Bytes
from telegram import Update
def is_admin(update: Update):
return update.effective_user.id == 7700105638
def get_asset_from_image(image_path):
# Placeholder - You can use OCR in production
return "USD/BRL-OTC"