3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

Convert !clean

This commit is contained in:
Dragory 2020-07-06 02:56:54 +03:00
parent 302987cb17
commit c1d91b2864
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
3 changed files with 146 additions and 2 deletions

View file

@ -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) {