Fully functional LocatePlugin with alerts in DB and reminders
This commit is contained in:
parent
b230a73a6f
commit
913120a1fe
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