old_01
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from aiogram import types, Dispatcher
|
||||
|
||||
async def start_command(message: types.Message):
|
||||
await message.reply("Приветсвие")
|
||||
|
||||
def register_handlers(dp: Dispatcher):
|
||||
dp.register_message_handler(start_command, commands=['start'])
|
||||
|
||||
Reference in New Issue
Block a user