Added companion channel functionality

Channels are configured in the servers config gile
This commit is contained in:
Nils Blömeke 2019-05-26 04:00:59 +02:00
parent 0f1ee84c46
commit 5fde37e784
2 changed files with 84 additions and 0 deletions

View file

@ -21,6 +21,7 @@ import { WelcomeMessagePlugin } from "./WelcomeMessage";
import { BotControlPlugin } from "./BotControl";
import { LogServerPlugin } from "./LogServer";
import { UsernameSaver } from "./UsernameSaver";
import { CompanionChannelPlugin } from "./CompanionChannels";
/**
* Plugins available to be loaded for individual guilds
@ -46,6 +47,7 @@ export const availablePlugins = [
SelfGrantableRolesPlugin,
RemindersPlugin,
WelcomeMessagePlugin,
CompanionChannelPlugin,
];
/**