mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-14 05:57:18 +00:00
Merge branch 'master' into fr_vckick
This commit is contained in:
commit
93bc15a7de
12 changed files with 265 additions and 15 deletions
|
@ -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";
|
||||
|
@ -124,6 +124,7 @@ export const UtilityPlugin = zeppelinGuildPlugin<UtilityPluginType>()("utility",
|
|||
ContextCmd,
|
||||
VcmoveCmd,
|
||||
VcdisconnectCmd,
|
||||
VcmoveAllCmd,
|
||||
HelpCmd,
|
||||
AboutCmd,
|
||||
ReloadGuildCmd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue