Added imginfo and hidden hash command
This commit is contained in:
@@ -3,12 +3,13 @@ from rich import print
|
||||
|
||||
def register_handlers():
|
||||
from bot.handlers import (
|
||||
initialize, admin, help_command, txt2img
|
||||
initialize, admin, help_command, txt2img, image_info
|
||||
)
|
||||
|
||||
initialize.register()
|
||||
admin.register()
|
||||
help_command.register()
|
||||
txt2img.register()
|
||||
image_info.register()
|
||||
|
||||
print('[gray]All handlers registered[/]')
|
||||
|
||||
Reference in New Issue
Block a user