diff --git a/commands.js b/commands.js index c23270f..119c42d 100644 --- a/commands.js +++ b/commands.js @@ -365,6 +365,11 @@ export default { return setUserHostMode(app, args, "-q"); }, }, + "unvoice": { + usage: "", + description: "Remove a user from the voiced list", + execute: (app, args) => givemode(app, args, "-v"), + }, "voice": { usage: "", description: "Give a user voiced status on this channel",