Image info, endpoint encryption

This commit is contained in:
BarsTiger
2023-02-24 23:41:29 +02:00
parent 846e65e2ce
commit 8f0cd0ac05
19 changed files with 211 additions and 23 deletions

View File

@@ -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[/]')