From 1885240c1c742d3af9e9b271ad6e2221ed1c94cb Mon Sep 17 00:00:00 2001 From: Vortex <75498823+hypervortex@users.noreply.github.com> Date: Sun, 4 Aug 2024 00:07:24 +0530 Subject: [PATCH] Update dccmdlogs.py --- dist/ba_root/mods/features/dccmdlogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ba_root/mods/features/dccmdlogs.py b/dist/ba_root/mods/features/dccmdlogs.py index 23c134b..20684b9 100644 --- a/dist/ba_root/mods/features/dccmdlogs.py +++ b/dist/ba_root/mods/features/dccmdlogs.py @@ -34,5 +34,5 @@ def log_command(user_id, user_name, command): with open(file_path, "w") as f: json.dump(logs_data, f, indent=4) - print("Command logged successfully.") + #print("Command logged successfully.")