summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorDmitrii Morozov <snoopdesigns@gmail.com>2024-06-24 18:06:32 +0200
committerDmitrii Morozov <snoopdesigns@gmail.com>2024-06-24 18:06:32 +0200
commitb0744fddfdbbf2f22a199e0d57592a43e5864c54 (patch)
treee39400e06275d1078efe075b493b6e88cfdc655e /main.py
parent130ba1b83fb3f04b769c6c11c4a064a509160407 (diff)
Removed old stats command
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.py b/main.py
index 03f889e..46247b3 100755
--- a/main.py
+++ b/main.py
@@ -36,7 +36,6 @@ telegram_bot.register_command_handler('start', StartCommand(telegram_bot, user_r
telegram_bot.register_command_handler('status', GetStatusCommand(telegram_bot))
telegram_bot.register_command_handler('friends', GetFriendsCommand(telegram_bot, fortnite_client))
telegram_bot.register_command_handler('stats', GetStatsCommand(telegram_bot, fortnite_client, stats_repository))
-telegram_bot.register_command_handler('todaystats', GetTodayStatsCommand(telegram_bot))
telegram_bot.register_command_handler('recordstats', record_stats_command)
async def run_tgbot():