Class SendMessageService
java.lang.Object
com.popush.henrietta.discord.service.SendMessageService
@Service
public class SendMessageService
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SendMessageService()
-
Method Summary
Modifier and Type Method Description void
sendEmbedMessage(net.dv8tion.jda.api.entities.MessageChannel channel, EsResponseContainer<ParatranzEntry> container)
void
sendGrepMessage(net.dv8tion.jda.api.entities.MessageChannel channel, EsResponseContainer<ParatranzEntry> container)
void
sendPlaneMessage(net.dv8tion.jda.api.entities.MessageChannel channel, java.lang.String message)
void
sendReport(net.dv8tion.jda.api.entities.MessageChannel channel, EsResponseContainer<ParatranzAggregationReport> container)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SendMessageService
public SendMessageService()
-
-
Method Details
-
sendPlaneMessage
public void sendPlaneMessage(net.dv8tion.jda.api.entities.MessageChannel channel, java.lang.String message) -
sendEmbedMessage
public void sendEmbedMessage(net.dv8tion.jda.api.entities.MessageChannel channel, EsResponseContainer<ParatranzEntry> container) -
sendGrepMessage
public void sendGrepMessage(net.dv8tion.jda.api.entities.MessageChannel channel, EsResponseContainer<ParatranzEntry> container) -
sendReport
public void sendReport(net.dv8tion.jda.api.entities.MessageChannel channel, EsResponseContainer<ParatranzAggregationReport> container)
-