Explorar el Código

removed debugging

BaumSplitter41 hace 2 semanas
padre
commit
42501a82fa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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