3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-14 13:57:19 +00:00

Add command to move all members of a voice channel to another VC at once

This commit is contained in:
Dark 2020-11-20 02:06:47 +01:00
parent bc5455bf9f
commit 8b1d6a0ba0
2 changed files with 90 additions and 2 deletions

View file

@ -16,7 +16,7 @@ import { NicknameCmd } from "./commands/NicknameCmd";
import { PingCmd } from "./commands/PingCmd";
import { SourceCmd } from "./commands/SourceCmd";
import { ContextCmd } from "./commands/ContextCmd";
import { VcmoveCmd } from "./commands/VcmoveCmd";
import { VcmoveAllCmd, VcmoveCmd } from "./commands/VcmoveCmd";
import { HelpCmd } from "./commands/HelpCmd";
import { AboutCmd } from "./commands/AboutCmd";
import { PluginOptions } from "knub";
@ -120,6 +120,7 @@ export const UtilityPlugin = zeppelinGuildPlugin<UtilityPluginType>()("utility",
SourceCmd,
ContextCmd,
VcmoveCmd,
VcmoveAllCmd,
HelpCmd,
AboutCmd,
ReloadGuildCmd,