7 lines
131 B
Python
7 lines
131 B
Python
from bot.common import dp
|
|
from .image_info import *
|
|
|
|
|
|
def register():
|
|
dp.register_message_handler(imginfo, commands='imginfo')
|