Add the following to your pom.xml
file:
<dependency>
<groupId>com.lutzseverino.discordbooks</groupId>
<artifactId>discord-books-SPIN</artifactId>
<version>VERSION</version>
</dependency>
Alternatively, for Gradle:
implementation 'com.lutzseverino.discordbooks:discord-books-SPIN:VERSION'
Replace SPIN
and VERSION
with the appropriate values.
- core
- jda (Java Discord API)
This is the latest version of the library on Maven Central. Compile the library yourself for newer, unreleased versions.
- Create static books that don't expire as long as they exist in your source.
- Create on-the-go books that can contain variable content.
- Choose how books should be stored and retrieved.
- Customize all aspects of the action rows, add extra ones or change the order.
- Add action rows to individual pages.
- Handle errors easily.
Understand the library and learn how to use it by reading the wiki.
Idea and execution by Jasper Lutz Severino. General audit and help for all versions below 1.0.0 by Alberto Mimbrero.