flag -> isSwitch as per knub-command-manager update (via knub)

This commit is contained in:
Dragory 2019-10-25 20:28:51 +03:00
parent bdf44c32ff
commit 82c65ca44e
3 changed files with 7 additions and 7 deletions

View file

@ -1489,12 +1489,12 @@ export class ModActionsPlugin extends ZeppelinPlugin<TConfigSchema> {
{
name: "expand",
shortcut: "e",
flag: true,
isSwitch: true,
},
{
name: "hidden",
shortcut: "h",
flag: true,
isSwitch: true,
},
],
extra: {

View file

@ -336,7 +336,7 @@ export class MutesPlugin extends ZeppelinPlugin<TConfigSchema> {
},
{
name: "left",
flag: true,
isSwitch: true,
},
],
})

View file

@ -374,12 +374,12 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
{
name: "case-sensitive",
shortcut: "cs",
flag: true,
isSwitch: true,
},
{
name: "export",
shortcut: "e",
flag: true,
isSwitch: true,
},
],
})
@ -558,12 +558,12 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
},
{
name: "bots",
flag: true,
isSwitch: true,
shortcut: "b",
},
{
name: "has-invites",
flag: true,
isSwitch: true,
shortcut: "i",
},
],