3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 23:25:02 +00:00

Update to Knub 14.0.0 and make changes to plugins accordingly

This commit is contained in:
Dragory 2019-01-03 06:15:28 +02:00
parent 4a33932ffa
commit b0cd8762f1
19 changed files with 57 additions and 25 deletions

View file

@ -8,6 +8,8 @@ import { ZeppelinPlugin } from "./ZeppelinPlugin";
import { GuildActions } from "../data/GuildActions";
export class CasesPlugin extends ZeppelinPlugin {
public static pluginName = 'cases';
protected actions: GuildActions;
protected cases: GuildCases;