mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-19 08:05:01 +00:00
Migrate LocateUser to new Plugin structure
This commit is contained in:
parent
ef1b993d58
commit
7b191093b3
16 changed files with 380 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
import { UtilityPlugin } from "./Utility/UtilityPlugin";
|
||||
import { LocateUserPlugin } from "./LocateUser/LocateUserPlugin";
|
||||
|
||||
// prettier-ignore
|
||||
export const guildPlugins = [
|
||||
LocateUserPlugin,
|
||||
UtilityPlugin,
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue