3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 15:15: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 ddda3942ac
commit 12f309d412
19 changed files with 57 additions and 25 deletions

View file

@ -37,6 +37,8 @@ interface IIgnoredEvent {
const CASE_LIST_REASON_MAX_LENGTH = 80;
export class ModActionsPlugin extends ZeppelinPlugin {
public static pluginName = 'mod_actions';
protected actions: GuildActions;
protected mutes: GuildMutes;
protected cases: GuildCases;