Fix temporary event_data object

Or dictionary, whatever you want to call it ;)
This commit is contained in:
Zedifus 2024-05-09 21:43:25 +01:00
parent 95bb4bddfe
commit 5774744e49

View File

@ -81,7 +81,8 @@ def callback(called_func):
"server_name": args[0].name, "server_name": args[0].name,
"server_id": args[0].server_id, "server_id": args[0].server_id,
"user": "", "user": "",
"user_id" "command": command, "user_id": "",
"command": command,
"timestamp": datetime.datetime.utcnow().strftime( "timestamp": datetime.datetime.utcnow().strftime(
"%Y-%m-%d %H:%M:%S" "%Y-%m-%d %H:%M:%S"
), ),