Image info, endpoint encryption
This commit is contained in:
@@ -3,9 +3,11 @@ from rich import print
|
||||
|
||||
def register_callbacks():
|
||||
from bot.callbacks import (
|
||||
exception
|
||||
exception,
|
||||
image_info
|
||||
)
|
||||
|
||||
exception.register()
|
||||
image_info.register()
|
||||
|
||||
print('[gray]All callbacks registered[/]')
|
||||
|
||||
Reference in New Issue
Block a user