mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
Convert !clean
This commit is contained in:
parent
302987cb17
commit
c1d91b2864
3 changed files with 146 additions and 2 deletions
|
@ -25,6 +25,7 @@ import { sendSuccessMessage } from "../../pluginUtils";
|
|||
import { ReloadGuildCmd } from "./commands/ReloadGuildCmd";
|
||||
import { JumboCmd } from "./commands/JumboCmd";
|
||||
import { AvatarCmd } from "./commands/AvatarCmd";
|
||||
import { CleanCmd } from "./commands/CleanCmd";
|
||||
|
||||
const defaultOptions: PluginOptions<UtilityPluginType> = {
|
||||
config: {
|
||||
|
@ -99,6 +100,7 @@ export const UtilityPlugin = zeppelinPlugin<UtilityPluginType>()("utility", {
|
|||
ReloadGuildCmd,
|
||||
JumboCmd,
|
||||
AvatarCmd,
|
||||
CleanCmd,
|
||||
],
|
||||
|
||||
onLoad(pluginData) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue