mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-21 04:25:27 -04:00
API: Should have categories / system_messages on edit.
This commit is contained in:
+1
-1
@@ -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>",
|
||||
|
||||
@@ -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
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user