Telegram module #10

Merged
skobkin merged 19 commits from feature_telegram into master 2022-05-30 20:54:27 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit dc314b4599 - Show all commits

3
bot.py
View file

@ -1,8 +1,9 @@
import logging
import os
from dotenv import load_dotenv
from telegram.command_processor import CommandProcessor
from dotenv import load_dotenv
load_dotenv()

View file

@ -1,6 +1,7 @@
import telebot
from telebot.types import Message
class CommandProcessor:
"""Processes user input and dispatches the data to other services."""