mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 19:17:19 +00:00
Use GlobalZeppelinPlugin when applicable
This commit is contained in:
parent
a602164c13
commit
82a0fa4b43
2 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
import { decorators as d, GlobalPlugin } from "knub";
|
||||
import { UsernameHistory } from "../data/UsernameHistory";
|
||||
import { Member, User } from "eris";
|
||||
import { GlobalZeppelinPlugin } from "./GlobalZeppelinPlugin";
|
||||
|
||||
export class UsernameSaver extends GlobalPlugin {
|
||||
export class UsernameSaver extends GlobalZeppelinPlugin {
|
||||
public static pluginName = "username_saver";
|
||||
|
||||
protected usernameHistory: UsernameHistory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue