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

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

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