Admin and start handlers work. Added testing txt2img from first bot version (will be replaced soon)
This commit is contained in:
6
bot/handlers/help_command/__init__.py
Normal file
6
bot/handlers/help_command/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from bot.common import dp
|
||||
from . import help_handler
|
||||
|
||||
|
||||
def register():
|
||||
dp.register_message_handler(help_handler.help_command, commands='help')
|
||||
Reference in New Issue
Block a user