mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 01:15:31 +00:00
Minor typos fixes
This commit is contained in:
parent
05399ecaa1
commit
3c99b171f6
7 changed files with 20 additions and 21 deletions
|
|
@ -14,13 +14,13 @@ dp = Dispatcher(bot)
|
|||
|
||||
@dp.message_handler(commands=['start'])
|
||||
async def send_welcome(message: types.Message):
|
||||
# So... By first i want to send something like that:
|
||||
# So... At first I want to send something like this:
|
||||
await message.reply("Do you want to see many pussies? Are you ready?")
|
||||
|
||||
# And wait few seconds...
|
||||
await asyncio.sleep(1)
|
||||
|
||||
# Good bots always must be send chat actions. Or not.
|
||||
# Good bots should send chat actions. Or not.
|
||||
await ChatActions.upload_photo()
|
||||
|
||||
# Create media group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue