Added imginfo and hidden hash command

This commit is contained in:
BarsTiger
2023-02-20 23:30:36 +02:00
parent 2160891b7f
commit 921bbc1809
8 changed files with 98 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
from bot.common import dp
from .image_info import *
def register():
dp.register_message_handler(imginfo, commands='imginfo')