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:
parent
1ecce52973
commit
df1bbe9754
6 changed files with 284 additions and 2 deletions
|
@ -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,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue