From 104c0b32a1e30a56900bb6a17ab9a009c54b76bb Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Tue, 7 May 2024 16:16:57 +0200 Subject: Refactoring --- Commands.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Commands.py') diff --git a/Commands.py b/Commands.py index 926b25b..e49d333 100644 --- a/Commands.py +++ b/Commands.py @@ -81,12 +81,10 @@ class GetTodayStatsCommand(CommandHandler): class RecordStatsCommand(CommandHandler): - __telegramBot: TelegramBot __fortniteClient: FortniteClient __statsRepository: StatsRepository - def __init__(self, telegramBot: TelegramBot, fortniteClient: FortniteClient, statsRepository: StatsRepository): - self.__telegramBot = telegramBot + def __init__(self, fortniteClient: FortniteClient, statsRepository: StatsRepository): self.__fortniteClient = fortniteClient self.__statsRepository = statsRepository -- cgit v1.2.3