3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

Fix merge conflicts, remove PluginRuntimeError changes

This commit is contained in:
Dragory 2019-07-11 12:52:02 +03:00
commit 57491024fb
5 changed files with 342 additions and 0 deletions

View file

@ -24,6 +24,7 @@ import { CustomEventsPlugin } from "./CustomEvents";
import { GuildInfoSaverPlugin } from "./GuildInfoSaver";
import { LogServerPlugin } from "./LogServer";
import { CompanionChannelPlugin } from "./CompanionChannels";
import { LocatePlugin } from "./LocateUser";
/**
* Plugins available to be loaded for individual guilds
@ -52,6 +53,7 @@ export const availablePlugins = [
CustomEventsPlugin,
GuildInfoSaverPlugin,
CompanionChannelPlugin,
LocatePlugin,
];
/**