Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 638 Bytes

README.MD

File metadata and controls

15 lines (13 loc) · 638 Bytes

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>