mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Removed legacy code (markdown v1) (#771)
This commit is contained in:
parent
910e4d7784
commit
2ece1ba140
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ API_TOKEN = 'BOT TOKEN HERE'
|
|||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
|
||||
bot = Bot(token=API_TOKEN, parse_mode=types.ParseMode.MARKDOWN)
|
||||
bot = Bot(token=API_TOKEN, parse_mode=types.ParseMode.MARKDOWN_V2)
|
||||
dp = Dispatcher(bot)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue