Refactor examples/inline_keyboard_example.py

This commit is contained in:
Suren Khorenyan 2019-08-10 21:55:52 +03:00
parent c6871f8071
commit 7a155794e2
2 changed files with 26 additions and 20 deletions

View file

@ -37,7 +37,7 @@ from pathlib import Path
from aiogram import Bot, Dispatcher, executor, types
from aiogram.contrib.middlewares.i18n import I18nMiddleware
TOKEN = 'BOT TOKEN HERE'
TOKEN = 'BOT_TOKEN_HERE'
I18N_DOMAIN = 'mybot'
BASE_DIR = Path(__file__).parent