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

Remove LogServer in favor of API server's log endpoint (again)

This commit is contained in:
Dragory 2019-07-22 00:48:26 +03:00
parent a407a219a6
commit 153674da7d
2 changed files with 1 additions and 94 deletions

View file

@ -22,7 +22,6 @@ import { BotControlPlugin } from "./BotControl";
import { UsernameSaver } from "./UsernameSaver";
import { CustomEventsPlugin } from "./CustomEvents";
import { GuildInfoSaverPlugin } from "./GuildInfoSaver";
import { LogServerPlugin } from "./LogServer";
import { CompanionChannelPlugin } from "./CompanionChannels";
import { LocatePlugin } from "./LocateUser";
import { GuildConfigReloader } from "./GuildConfigReloader";
@ -71,4 +70,4 @@ export const basePlugins = [
/**
* Available global plugins (can't be loaded per-guild, only globally)
*/
export const availableGlobalPlugins = [BotControlPlugin, UsernameSaver, LogServerPlugin, GuildConfigReloader];
export const availableGlobalPlugins = [BotControlPlugin, UsernameSaver, GuildConfigReloader];