day-mon / button-utils

A collection of utilities for buttons through JDA

Repository from Github https://github.comday-mon/button-utilsRepository from Github https://github.comday-mon/button-utils

button-utils

Adds a collection of utils for the Buttons API

see src/main/examples for examples

docs coming soon

gradle:

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation 'com.github.arynxd:button-utils:VERSION'
}

maven:

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.arynxd</groupId>
    <artifactId>button-utils</artifactId>
    <version>VERSION</version>
</dependency>

TODO

  • Add timeout checks for greater than 15 minutes (interaction limit)
  • Slash command paginator
  • Refactor & organise
  • Menus (& Paginated)

About

A collection of utilities for buttons through JDA


Languages

Language:Java 100.0%