From 72efe8976dceb9cd0d998def404dd2b6852b1c25 Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Mon, 24 Jun 2024 18:19:26 +0200 Subject: Removed unused command --- telegram_bot/commands.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'telegram_bot/commands.py') diff --git a/telegram_bot/commands.py b/telegram_bot/commands.py index e3f8efa..697d1e3 100644 --- a/telegram_bot/commands.py +++ b/telegram_bot/commands.py @@ -122,16 +122,6 @@ class GetStatsCommand(CommandHandler): async def handle(self, message: telebot.types.Message): await self.__telegram_bot.reply(message, 'Which statistics would you like to see?', reply_markup=self.__reply_markup) -class GetTodayStatsCommand(CommandHandler): - - __telegram_bot: TelegramBot - - def __init__(self, telegram_bot: TelegramBot): - self.__telegram_bot = telegram_bot - - async def handle(self, message: telebot.types.Message): - await self.__telegram_bot.reply(message, 'Use new command /stats, you must, young Padawan') - class RecordStatsCommand(CommandHandler): __fortnite_client: FortniteClient -- cgit v1.2.3