瀏覽代碼

removed debugging

BaumSplitter41 2 周之前
父節點
當前提交
42501a82fa
共有 1 個文件被更改,包括 2 次插入2 次删除
  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