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:
commit
57491024fb
5 changed files with 342 additions and 0 deletions
|
@ -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,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue