Add files via upload

This commit is contained in:
S1S13AF7 2024-07-30 03:05:04 +03:00 committed by GitHub
parent 4ac7882640
commit 2bb06b0d91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ print('Bot started')
@dp.message_handler(commands=['start']) @dp.message_handler(commands=['start'])
async def process_start_command(message: types.Message): async def process_start_command(message: types.Message):
#print(message) #print(message)
await message.answer(emoji="🖖") await message.answer("🖖")
@dp.message_handler(commands=['help']) @dp.message_handler(commands=['help'])
async def process_help_command(message: types.Message): async def process_help_command(message: types.Message):