diff --git a/jarvis_core/db/models/votemod.py b/jarvis_core/db/models/votemod.py index df168b5..d63df9d 100644 --- a/jarvis_core/db/models/votemod.py +++ b/jarvis_core/db/models/votemod.py @@ -19,8 +19,9 @@ class Karma(Document): class VoteMod(Document): initiator: int target: int + origin: str message: int content: str attachments: list[str] score: int - votes: list[Vote] \ No newline at end of file + votes: list[Vote]