diff --git a/aurora/models/change.py b/aurora/models/change.py index e9f376f..35a722f 100644 --- a/aurora/models/change.py +++ b/aurora/models/change.py @@ -69,4 +69,6 @@ class Change(AuroraBaseModel): "end_timestamp": end_timestamp, "duration": duration }) + if "bot" in data: + del data["bot"] return cls(bot=bot, **data)