summaryrefslogtreecommitdiff
path: root/tgbot.py
diff options
context:
space:
mode:
Diffstat (limited to 'tgbot.py')
-rwxr-xr-xtgbot.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tgbot.py b/tgbot.py
index a0e248b..6fbd07c 100755
--- a/tgbot.py
+++ b/tgbot.py
@@ -1,12 +1,12 @@
#!/usr/bin/python3
import os, time, telebot, asyncio, telebot.async_telebot, nest_asyncio, sys
-from FortniteStatusNotifier import *
-from Formatter import *
-from FortniteClient import *
-from FortniteEvents import *
+from fortnite_status_notifier import *
+from formatter import *
+from fortnite_client import *
+from fortnite_events import *
from persistence import UserRepository, StatsRepository, PresenceRepository
-from TelegramBot import TelegramBot, CommandHandler
+from telegram_bot import TelegramBot, CommandHandler
from commands import *
class FortniteStatusObserverImpl(FortniteStatusObserver):