mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Update types.ts
This commit is contained in:
parent
8e568e092e
commit
f3b8320ef0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export const ConfigSchema = t.type({
|
|||
timed_mute_message: tNullable(t.string),
|
||||
update_mute_message: tNullable(t.string),
|
||||
remove_roles_on_mute: t.union([t.boolean, t.array(t.string)]),
|
||||
restore_roles_on_mute: t.union([t.boolean, t.array(t.string)]),
|
||||
restore_roles_on_unmute: t.union([t.boolean, t.array(t.string)]),
|
||||
|
||||
can_view_list: t.boolean,
|
||||
can_cleanup: t.boolean,
|
||||
|
|
Loading…
Add table
Reference in a new issue