Skip to content

Releases: Zone-Infinity/IBL4J

Webhooks!

27 Feb 08:42
Compare
Choose a tag to compare

Webhooks can be used now.

IBLWebhook webhook = new IBLWebhook("TOKEN");
webhook.addEventListener(voteEvent -> {
    System.out.println(voteEvent.getUsername() + " Voted!")
});
webhook.start();```

IBL4J v2

23 Jan 05:43
Compare
Choose a tag to compare

I have added many things in this release.
I dont know how to document these things. Sorry for less docs

  • Added IBL.getBot and IBL.getUser as get methods.
  • Abstraction for different libraries.
  • Introduction of modules.