Class SendMessageService

java.lang.Object
com.popush.henrietta.discord.service.SendMessageService

@Service
public class SendMessageService
extends java.lang.Object
  • 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)