mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 16:14:27 -04:00
fix(types/Core): change invite_only type to bool (#15)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user