fix(types/Core): change invite_only type to bool (#15)

This commit is contained in:
ayntgl
2022-01-14 16:57:21 +00:00
committed by GitHub
parent 82ef4430e7
commit 189b4138b8
+1 -1
View File
@@ -31,7 +31,7 @@ export interface RevoltConfiguration {
/**
* Whether an invite code is required to register
*/
invite_only: string
invite_only: boolean
/**
* Autumn (file server) options