mirror of https://gitlab.com/litecord/litecord.git
schemas: add message.flags
This commit is contained in:
parent
17d0c36343
commit
e0f2a8a8c8
|
|
@ -454,6 +454,7 @@ MESSAGE_CREATE = {
|
||||||
"replied_user": {"type": "boolean", "required": False},
|
"replied_user": {"type": "boolean", "required": False},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"flags": {"type": "number", "required": False},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue