3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 13:51:51 +00:00

fix: large bug where the event files werent camelcase

This commit is contained in:
Almeida 2021-05-08 14:19:39 +01:00 committed by almeidx
parent d74afbee5c
commit ec2eb4a8bb
No known key found for this signature in database
GPG key ID: C5FF0C40763546C5
2 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,7 @@ import { SetAntiraidCmd } from "./commands/SetAntiraidCmd";
import { ViewAntiraidCmd } from "./commands/ViewAntiraidCmd";
import { runAutomodOnCounterTrigger } from "./events/runAutomodOnCounterTrigger";
import { RunAutomodOnJoinEvt, RunAutomodOnLeaveEvt } from "./events/RunAutomodOnJoinLeaveEvt";
import { RunAutomodOnMemberUpdate } from "./events/RunAutomodOnMemberUpdate";
import { RunAutomodOnMemberUpdate } from "./events/runAutomodOnMemberUpdate";
import { runAutomodOnMessage } from "./events/runAutomodOnMessage";
import { runAutomodOnModAction } from "./events/runAutomodOnModAction";
import {