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

Add WelcomeMessage plugin

This commit is contained in:
Dragory 2019-05-03 23:56:38 +03:00
parent 1fef4128cf
commit 23eb057780
2 changed files with 56 additions and 0 deletions

View file

@ -92,6 +92,7 @@ import { ZeppelinPlugin } from "./plugins/ZeppelinPlugin";
import { customArgumentTypes } from "./customArgumentTypes";
import { startUptimeCounter } from "./uptime";
import { UsernameSaver } from "./plugins/UsernameSaver";
import { WelcomeMessagePlugin } from "./plugins/WelcomeMessage";
// Run latest database migrations
logger.info("Running database migrations");
@ -136,6 +137,7 @@ connect().then(async conn => {
PingableRolesPlugin,
SelfGrantableRolesPlugin,
RemindersPlugin,
WelcomeMessagePlugin,
],
globalPlugins: [BotControlPlugin, LogServerPlugin, UsernameSaver],