diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-09 14:17:20 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-09 14:17:20 +1000 |
commit | 5d3cc1eb50fdbeb913bf4850d053200e93629709 (patch) | |
tree | 961572d31f4a9719a76eda58e0d99fe32265c8eb /api/assets | |
parent | bot stuff idk (diff) | |
parent | Merge branch 'feat/multiUploads' into feat/latestWebClient (diff) | |
download | server-5d3cc1eb50fdbeb913bf4850d053200e93629709.tar.xz |
Merge branch 'feat/latestWebClient' into slowcord
Diffstat (limited to 'api/assets')
-rw-r--r-- | api/assets/schemas.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json index ae2426d1..805e1535 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json @@ -2,12 +2,18 @@ "MessageCreateSchema": { "type": "object", "properties": { + "type": { + "type": "integer" + }, "content": { "type": "string" }, "nonce": { "type": "string" }, + "channel_id": { + "type": "string" + }, "tts": { "type": "boolean" }, |