3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00

Update types.ts

This commit is contained in:
srqc 2023-02-09 19:36:21 -05:00 committed by GitHub
parent 7655bccbdf
commit 8954ed6b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ export const ConfigSchema = t.type({
can_level: t.boolean, can_level: t.boolean,
can_search: t.boolean, can_search: t.boolean,
can_clean: t.boolean, can_clean: t.boolean,
can_archive: t.boolean,
can_info: t.boolean, can_info: t.boolean,
can_server: t.boolean, can_server: t.boolean,
can_inviteinfo: t.boolean, can_inviteinfo: t.boolean,