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:
parent
1fef4128cf
commit
23eb057780
2 changed files with 56 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue