3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 20:55:01 +00:00
This commit is contained in:
Dragory 2019-02-23 21:53:41 +02:00
parent 31331f67c5
commit f7274225f9

View file

@ -35,8 +35,6 @@ interface IIgnoredEvent {
userId: string; userId: string;
} }
const CASE_LIST_REASON_MAX_LENGTH = 300;
export class ModActionsPlugin extends ZeppelinPlugin { export class ModActionsPlugin extends ZeppelinPlugin {
public static pluginName = "mod_actions"; public static pluginName = "mod_actions";