API: Should have categories / system_messages on edit.

This commit is contained in:
Paul
2021-07-24 19:34:23 +01:00
parent 48466b1b03
commit 4debdf9f53
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "revolt.js",
"version": "4.3.3-alpha.17",
"version": "4.3.3-alpha.18",
"main": "dist/index.js",
"repository": "https://gitlab.insrt.uk/revolt/revolt.js",
"author": "Paul Makles <insrt.uk>",
+2
View File
@@ -492,6 +492,8 @@ type Routes =
description?: string,
icon?: string,
banner?: string,
categories?: Servers.Category[],
system_messages?: Servers.SystemMessageChannels,
remove?: RemoveServerField
},
response: undefined
+1 -1
View File
@@ -2,7 +2,7 @@ export * from './Client';
export { Channel, User, Message } from './api/objects';
export { PermissionCalculator } from './api/permissions';
export const LIBRARY_VERSION = '4.3.3-alpha.17';
export const LIBRARY_VERSION = '4.3.3-alpha.18';
export const defaultConfig = {
apiURL: 'https://api.revolt.chat',