Update dccmdlogs.py

This commit is contained in:
Vortex 2024-08-04 00:07:24 +05:30 committed by GitHub
parent 9cafbdcefa
commit 1885240c1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.")