mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix temporary event_data object
Or dictionary, whatever you want to call it ;)
This commit is contained in:
parent
95bb4bddfe
commit
5774744e49
@ -81,7 +81,8 @@ def callback(called_func):
|
||||
"server_name": args[0].name,
|
||||
"server_id": args[0].server_id,
|
||||
"user": "",
|
||||
"user_id" "command": command,
|
||||
"user_id": "",
|
||||
"command": command,
|
||||
"timestamp": datetime.datetime.utcnow().strftime(
|
||||
"%Y-%m-%d %H:%M:%S"
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user