Added companion channel functionality
Channels are configured in the servers config gile
This commit is contained in:
parent
0f1ee84c46
commit
5fde37e784
2 changed files with 84 additions and 0 deletions
|
@ -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,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue