fix: remove registration field from RevoltConfiguration.features (#12)

This commit is contained in:
Ayyan
2022-01-06 01:57:35 +04:00
committed by GitHub
parent 31f376d96f
commit 82ef4430e7
-5
View File
@@ -8,11 +8,6 @@ export interface RevoltConfiguration {
* Available features exposed by the API
*/
features: {
/**
* Whether users can register
*/
registration: boolean
/**
* hCaptcha options
*/