Added config and current commands, Close button for inline menus, pass to all __init__s
This commit is contained in:
6
bot/handlers/config/__init__.py
Normal file
6
bot/handlers/config/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from bot.common import dp
|
||||
from .config_command import *
|
||||
|
||||
|
||||
def register():
|
||||
dp.register_message_handler(config_command, commands='config')
|
||||
Reference in New Issue
Block a user