Class TwitchCommandDispatcher
java.lang.Object
net.flectone.pulse.module.integration.twitch.execution.dispatcher.TwitchCommandDispatcher
-
Constructor Summary
ConstructorsConstructorDescriptionTwitchCommandDispatcher(TwitchModule twitchModule, TwitchSender twitchSender, FPlayerService fPlayerService, MessagePipeline messagePipeline, TaskScheduler taskScheduler) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecuteCommand(@NonNull com.github.twitch4j.chat.events.channel.ChannelMessageEvent event)
-
Constructor Details
-
TwitchCommandDispatcher
@Inject public TwitchCommandDispatcher(TwitchModule twitchModule, TwitchSender twitchSender, FPlayerService fPlayerService, MessagePipeline messagePipeline, TaskScheduler taskScheduler)
-
-
Method Details
-
executeCommand
public boolean executeCommand(@NonNull com.github.twitch4j.chat.events.channel.ChannelMessageEvent event)
-