diff --git a/bot.py b/bot.py index 996139f..d983f66 100644 --- a/bot.py +++ b/bot.py @@ -1003,8 +1003,10 @@ class GravityBot(commands.Bot): # Build approval request request = ApprovalRequest( request_id=request_id, + conversation_id=data.get("conversation_id", ""), command=data.get("command", ""), description=data.get("description", ""), + timestamp=data.get("timestamp", time.time()), project_name=project, step_type=data.get("step_type", ""), status=status,