Added config and current commands, Close button for inline menus, pass to all __init__s
This commit is contained in:
@@ -5,11 +5,13 @@ def register_callbacks():
|
||||
from bot.callbacks import (
|
||||
exception,
|
||||
image_info,
|
||||
set_model
|
||||
set_model,
|
||||
common
|
||||
)
|
||||
|
||||
exception.register()
|
||||
image_info.register()
|
||||
set_model.register()
|
||||
common.register()
|
||||
|
||||
print('[gray]All callbacks registered[/]')
|
||||
|
||||
Reference in New Issue
Block a user