Selaa lähdekoodia

removed debugging

BaumSplitter41 2 viikkoa sitten
vanhempi
sitoutus
42501a82fa
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      VPD_BOT/cogs/inaktive_remider_dm.py

+ 2 - 2
VPD_BOT/cogs/inaktive_remider_dm.py

@@ -66,8 +66,8 @@ class remiderinactive(commands.Cog):
         """)
         for discord in cursor.fetchall():
             inaktive_players.append(discord)
-            print(f"Found inactive player: {discord[0]} with license {discord[1]} last logged out at {discord[2]}")
-            await log_channel.send(f"Found inactive player: {discord[0]} with license {discord[1]} last logged out at {discord[2]}")
+            #print(f"Found inactive player: {discord[0]} with license {discord[1]} last logged out at {discord[2]}")
+            #await log_channel.send(f"Found inactive player: {discord[0]} with license {discord[1]} last logged out at {discord[2]}")
             
 
         #Core script