public ScheduleHandler(DiscordSocketClient client, ConfigRepo configRepo, MuteHandler muteHandler, BanHandler banHandler) { this.banHandler = banHandler; this.client = client; this.configRepo = configRepo; this.muteHandler = muteHandler; }
public StrikeHandler(ConfigRepo configRepo, MuteHandler muteHandler, BanHandler banHandler) { this.banHandler = banHandler; this.muteHandler = muteHandler; this.configRepo = configRepo; }