add Dockerfile
This commit is contained in:
parent
cf8b6f0e0b
commit
c3e115ca93
|
@ -24,6 +24,7 @@ from aiogram import executor
|
|||
from docx import Document
|
||||
from docx.shared import Pt
|
||||
|
||||
|
||||
from config import API_TOKEN
|
||||
|
||||
storage = MemoryStorage()
|
||||
|
@ -31,6 +32,7 @@ bot = Bot(token=API_TOKEN)
|
|||
dp = Dispatcher(bot, storage=storage)
|
||||
|
||||
|
||||
|
||||
# -------------------------------------------------------------------
|
||||
# Классы для каждого документа, относительно вводимого в него текста.
|
||||
# -------------------------------------------------------------------
|
Loading…
Reference in New Issue