Interface DiscordAPI

All Known Implementing Classes:
DiscordAPIManager

public interface DiscordAPI
  • Method Details

    • sendClanHookMessage

      boolean sendClanHookMessage(UUID clanUUID, String title, String content, String autor, String autorIcon)
    • hasWebhook

      boolean hasWebhook(UUID clanUUID)
    • getWebhook

      Optional<String> getWebhook(UUID clanUUID)
    • changeWebhook

      boolean changeWebhook(UUID clanUUID, String url)
    • removeWebhook

      boolean removeWebhook(UUID clanUUID)