summaryrefslogtreecommitdiff
path: root/telegram_bot
diff options
context:
space:
mode:
Diffstat (limited to 'telegram_bot')
-rw-r--r--telegram_bot/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram_bot/commands.py b/telegram_bot/commands.py
index cafde03..cba5d5f 100644
--- a/telegram_bot/commands.py
+++ b/telegram_bot/commands.py
@@ -32,7 +32,7 @@ class GetStatusCommand(CommandHandler):
self.__fortnite_status = FortniteStatus()
async def handle(self, message: telebot.types.Message):
- await self.__telegram_bot.reply(message, format_fortnite_status(self.__fortnite_status.getStatus()))
+ await self.__telegram_bot.reply(message, format_fortnite_status(self.__fortnite_status.get_status()))
class GetFriendsCommand(CommandHandler):