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:
parent
d74afbee5c
commit
ec2eb4a8bb
2 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue