Files
2023-02-20 23:30:36 +02:00

7 lines
131 B
Python

from bot.common import dp
from .image_info import *
def register():
dp.register_message_handler(imginfo, commands='imginfo')