Skip to content

Commit

Permalink
fix(core): event4j 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Sep 14, 2024
1 parent 4b3cbd6 commit 60f0799
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package net.okocraft.okochat.core.chat.processor;

import com.github.siroshun09.event4j.caller.EventCaller;
import dev.siroshun.event4j.api.caller.EventCaller;
import net.okocraft.okochat.api.channel.Channel;
import net.okocraft.okochat.api.channel.member.status.MemberStatus;
import net.okocraft.okochat.api.chat.context.ChannelChatContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package net.okocraft.okochat.core.chat.processor;

import com.github.siroshun09.event4j.caller.EventCaller;
import dev.siroshun.event4j.api.caller.EventCaller;
import net.okocraft.okochat.api.chat.context.PrivateChatContext;
import net.okocraft.okochat.api.chat.format.ChatMessageFormat;
import net.okocraft.okochat.api.chat.converter.ChatConverter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package net.okocraft.okochat.core.event;

import dev.siroshun.event4j.api.caller.EventCaller;
import net.okocraft.okochat.api.event.LunaChatEvent;
import org.jetbrains.annotations.NotNull;

/**
Expand Down

0 comments on commit 60f0799

Please sign in to comment.