mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix all occurrences of adwanced in text
This commit is contained in:
parent
a74efa311e
commit
1cdfa3e3c2
2 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
In this example used ArgumentParser for configuring Your bot.
|
||||
|
||||
Provided to start bot with webhook:
|
||||
python adwanced_executor_example.py \
|
||||
python advanced_executor_example.py \
|
||||
--token TOKEN_HERE \
|
||||
--host 0.0.0.0 \
|
||||
--port 8084 \
|
||||
|
|
@ -12,7 +12,7 @@ Provided to start bot with webhook:
|
|||
--webhook-port 443
|
||||
|
||||
Or long polling:
|
||||
python adwanced_executor_example.py --token TOKEN_HERE
|
||||
python advanced_executor_example.py --token TOKEN_HERE
|
||||
|
||||
So... In this example found small trouble:
|
||||
can't get bot instance in handlers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue