diff --git a/package.json b/package.json index 1717bb93..ac29c0a9 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/src/api/routes.ts b/src/api/routes.ts index dd42cbeb..bad1641f 100644 --- a/src/api/routes.ts +++ b/src/api/routes.ts @@ -492,6 +492,8 @@ type Routes = description?: string, icon?: string, banner?: string, + categories?: Servers.Category[], + system_messages?: Servers.SystemMessageChannels, remove?: RemoveServerField }, response: undefined diff --git a/src/index.ts b/src/index.ts index a46b0786..cfada6ca 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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',