Skip to content

JDiscordBots/jda-testing-system

jda-testing-system

This is a simple framework made to create feature tests for Discord Bots.

use jda-testing-system

  • add jda-testing-system to the dependencies section of your pom.xml (replace VERSION with Maven Central):
<dependencies>
	<dependency>
		<groupId>io.github.jdiscordbots</groupId>
		<artifactId>jda-testing-system</artifactId>
		<version>VERSION</version>
		<scope>test</scope>
	</dependency>
</dependencies>