Setting model, /status command for pinging host

This commit is contained in:
BarsTiger
2023-03-06 22:53:30 +02:00
parent 8e3e6929d8
commit a5ce82f148
11 changed files with 171 additions and 3 deletions

View File

@@ -4,10 +4,12 @@ from rich import print
def register_callbacks():
from bot.callbacks import (
exception,
image_info
image_info,
set_model
)
exception.register()
image_info.register()
set_model.register()
print('[gray]All callbacks registered[/]')