Added imginfo and hidden hash command
This commit is contained in:
6
bot/handlers/image_info/__init__.py
Normal file
6
bot/handlers/image_info/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from bot.common import dp
|
||||
from .image_info import *
|
||||
|
||||
|
||||
def register():
|
||||
dp.register_message_handler(imginfo, commands='imginfo')
|
||||
Reference in New Issue
Block a user