Update to Knub 24. Update Node typings to fix error with [util.inspect.custom] property.

This commit is contained in:
Dragory 2019-09-22 17:06:22 +03:00
parent 1681a45069
commit 4d7ab10fcf
12 changed files with 183 additions and 122 deletions

View file

@ -78,8 +78,10 @@ export class LocatePlugin extends ZeppelinPlugin<TConfigSchema> {
}
@d.command("where", "<member:resolvedMember>", {
info: {
description: "Posts an instant invite to the voice channel that `<member>` is in",
extra: {
info: {
description: "Posts an instant invite to the voice channel that `<member>` is in",
},
},
})
@d.permission("can_where")
@ -90,8 +92,10 @@ export class LocatePlugin extends ZeppelinPlugin<TConfigSchema> {
@d.command("vcalert", "<member:resolvedMember> [duration:delay] [reminder:string$]", {
aliases: ["vca"],
info: {
description: "Sets up an alert that notifies you any time `<member>` switches or joins voice channels",
extra: {
info: {
description: "Sets up an alert that notifies you any time `<member>` switches or joins voice channels",
},
},
})
@d.permission("can_alert")