mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Minor typos fixes in examples
This commit is contained in:
parent
e1f61fd4ae
commit
f9c44bb2d7
7 changed files with 52 additions and 51 deletions
|
|
@ -27,7 +27,7 @@ async def demo_filter(message: types.Message):
|
|||
@dp.message_handler(demo_filter)
|
||||
async def send_welcome(message: types.Message):
|
||||
# Get data from context
|
||||
# All of that available only in current context and from current update object
|
||||
# All of this is available only in current context and from current update object
|
||||
# `data`- pseudo-alias for `ctx.get_update().conf['_context_data']`
|
||||
command = data['command']
|
||||
args = data['args']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue