Class DiscordWebhookService

java.lang.Object
net.flectone.pulse.module.integration.discord.service.DiscordWebhookService

public class DiscordWebhookService extends Object
  • Constructor Details

  • Method Details

    • initialize

      public void initialize()
    • clearAll

      public void clearAll()
    • createWebhook

      public @Nullable discord4j.discordjson.json.WebhookData createWebhook(long channelID)
    • getWebhook

      public @Nullable discord4j.discordjson.json.WebhookData getWebhook(long channelId)
    • saveWebhook

      public void saveWebhook(long channelId, @NonNull discord4j.discordjson.json.WebhookData webhookData)