3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 07:05:03 +00:00
This commit is contained in:
Dragory 2019-02-23 21:53:41 +02:00
parent 58dffd03c1
commit ba6c78f3d2

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";