Remove LogServer in favor of API server's log endpoint (again)
This commit is contained in:
parent
c0603a73fc
commit
b24dd6a938
2 changed files with 1 additions and 94 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue