summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtgbot.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tgbot.py b/tgbot.py
index 63ff179..2044d41 100755
--- a/tgbot.py
+++ b/tgbot.py
@@ -87,14 +87,6 @@ async def getTodayStats(message):
async def recordStats(message):
await record_user_stats()
-@bot.message_handler(commands = ['online'])
-async def mockOnline(message):
- await FortnitePresenceObserver().update('snoopdesigns', True, 1)
-
-@bot.message_handler(commands = ['offline'])
-async def mockOffline(message):
- await FortnitePresenceObserver().update('snoopdesigns', False, 1)
-
@bot.message_handler(commands = ['find'])
async def findUser(message):
arg = message.text.split()