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

Fully functional LocatePlugin with alerts in DB and reminders

This commit is contained in:
Nils Blömeke 2019-06-26 01:04:11 +02:00
parent 1ecce52973
commit df1bbe9754
6 changed files with 284 additions and 2 deletions

View file

@ -22,6 +22,7 @@ import { BotControlPlugin } from "./BotControl";
import { UsernameSaver } from "./UsernameSaver";
import { CustomEventsPlugin } from "./CustomEvents";
import { GuildInfoSaverPlugin } from "./GuildInfoSaver";
import { LocatePlugin } from "./LocateUser";
/**
* Plugins available to be loaded for individual guilds
@ -49,6 +50,7 @@ export const availablePlugins = [
WelcomeMessagePlugin,
CustomEventsPlugin,
GuildInfoSaverPlugin,
LocatePlugin,
];
/**